diff --git a/cmd/dmsgweb/commands/dmsgweb.go b/cmd/dmsgweb/commands/dmsgweb.go index 10b8df64..fa69237b 100644 --- a/cmd/dmsgweb/commands/dmsgweb.go +++ b/cmd/dmsgweb/commands/dmsgweb.go @@ -230,7 +230,7 @@ dmsgweb conf file detected: ` + dmsgwebconffile } if rawUDP { log.Fatalf("handling raw udp not yet implemented") -// proxyUDPConn() + // proxyUDPConn() } if !rawTCP && !rawUDP { proxyHTTPConn() diff --git a/cmd/dmsgweb/commands/root.go b/cmd/dmsgweb/commands/root.go index c042d5aa..a2b20bfd 100644 --- a/cmd/dmsgweb/commands/root.go +++ b/cmd/dmsgweb/commands/root.go @@ -25,7 +25,7 @@ import ( var ( httpC http.Client - dmsgC *dmsg.Client + dmsgC *dmsg.Client dmsgDisc string dmsgSessions int dmsgAddr []string