Explorar o código

fix stay paste error

Matthew R. Kasun %!s(int64=3) %!d(string=hai) anos
pai
achega
aa24037d28
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 	}