Browse Source

fix stay paste error

Matthew R. Kasun 3 năm trước cách đây
mục cha
commit
aa24037d28
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 	}