Browse Source

fix stay paste error

Matthew R. Kasun 3 years ago
parent
commit
aa24037d28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netclient/functions/mqhandlers.go

+ 1 - 1
netclient/functions/mqhandlers.go

@@ -231,7 +231,7 @@ func setHostDNS(dns []byte, windows bool) error {
 	if err != nil {
 		return err
 	}
-	hosts, err := file.NewFile(etchosts) http.ResponseWriter, r *http.Request
+	hosts, err := file.NewFile(etchosts)
 	if err != nil {
 		return err
 	}