diff --git a/Netch/Controllers/NFController.cs b/Netch/Controllers/NFController.cs index 8e4f7bcd..8ec8014f 100644 --- a/Netch/Controllers/NFController.cs +++ b/Netch/Controllers/NFController.cs @@ -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");