mirror of
https://github.com/netchx/netch.git
synced 2026-05-07 22:44:03 +08:00
[Redirector] Change some name
This commit is contained in:
@@ -146,12 +146,12 @@ bool eh_init()
|
||||
return false;
|
||||
}
|
||||
|
||||
return TCPHandler::Init();
|
||||
return TCPHandler::INIT();
|
||||
}
|
||||
|
||||
void eh_free()
|
||||
{
|
||||
TCPHandler::Free();
|
||||
TCPHandler::FREE();
|
||||
|
||||
UP = 0;
|
||||
DL = 0;
|
||||
|
||||
Reference in New Issue
Block a user