Răsfoiți Sursa

fix stay paste error

Matthew R. Kasun 3 ani în urmă
părinte
comite
aa24037d28
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
 	}