From 13a66d0648cc43a8688c8e513eeaa073cbc9d41d Mon Sep 17 00:00:00 2001 From: Amazing_DM Date: Sun, 5 Apr 2020 16:08:58 +0800 Subject: [PATCH] Update NFController.cs --- Netch/Controllers/NFController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netch/Controllers/NFController.cs b/Netch/Controllers/NFController.cs index 1f2785fc..6e2c8298 100644 --- a/Netch/Controllers/NFController.cs +++ b/Netch/Controllers/NFController.cs @@ -90,7 +90,7 @@ namespace Netch.Controllers { //防止其他程序占用 重置NF百万ID限制 待定 service.Stop(); - service.WaitForStatus(ServiceControllerStatus.Stopped) + service.WaitForStatus(ServiceControllerStatus.Stopped); MainForm.Instance.StatusText($"{Utils.i18N.Translate("Status")}{Utils.i18N.Translate(": ")}{Utils.i18N.Translate("Starting netfilter2 Service")}"); service.Start(); }