fix error set TYPE_FILTERCHILDPROC

This commit is contained in:
AmazingDM
2021-03-20 17:56:45 +08:00
parent 0b484face4
commit a485a4647c

View File

@@ -49,7 +49,7 @@ namespace Netch.Controllers
if (Global.Settings.RedirectICMP)
aio_dial((int) NameList.TYPE_REDIRCTOR_ICMP, Global.Settings.RedirectICMPAddr);
aio_dial((int) NameList.TYPE_FILTERCHILDPROC, Global.Settings.ChildProcessHandle.ToString());
aio_dial((int) NameList.TYPE_FILTERCHILDPROC, Global.Settings.ChildProcessHandle.ToString().ToLower());
if (!aio_init())
throw new MessageException("Redirector Start failed, run Netch with \"-console\" argument");