mirror of
https://github.com/netchx/netch.git
synced 2026-05-01 22:19:37 +08:00
fix error set TYPE_FILTERCHILDPROC
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user