refactor of query.go #27
1 changed files with 1 additions and 0 deletions
1
query.go
1
query.go
|
@ -122,6 +122,7 @@ func doQuery(c *cli.Context) error {
|
|||
if Options.TCP || Options.TLS {
|
||||
d.Net = "tcp"
|
||||
} else {
|
||||
Options.Logger.Debug("using udp")
|
||||
d.Net = "udp"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue