Skip to content

Commit cd573fa

Browse files
committed
Escape variables prior to running SQL queries
1 parent 60b943b commit cd573fa

File tree

2 files changed

+92
-91
lines changed

2 files changed

+92
-91
lines changed

config/config.go

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ func AddFlags(cmd *cobra.Command) {
6060
cmd.Flags().BoolVarP(&Server, "server", "s", Server, "Run in server mode")
6161
cmd.Flags().BoolVarP(&Version, "version", "v", Version, "Print version info and exit")
6262
cmd.Flags().BoolVarP(&JustProxy, "just-proxy", "j", JustProxy, "Proxy only (no tcp/udp load balancing)")
63-
6463
}
6564

6665
func LoadConfigFile() error {

0 commit comments

Comments
 (0)