Procházet zdrojové kódy

fix stay paste error

Matthew R. Kasun před 3 roky
rodič
revize
aa24037d28
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 	}