[Redirector] Optimize code

This commit is contained in:
Connection Refused
2021-10-14 17:50:13 +08:00
parent 87c0799d02
commit dc2b891acc

View File

@@ -142,9 +142,7 @@ bool eh_init()
CurrentID = GetCurrentProcessId();
if (!DNSHandler::INIT())
{
return false;
}
return TCPHandler::INIT();
}