sync all inner code
This commit is contained in:
@ -919,7 +919,9 @@ static bool InitPort(Port* port)
|
||||
|
||||
PortInitialize(port, NULL);
|
||||
|
||||
CheckClientIp(port);
|
||||
if (!CheckClientIp(port)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
PreClientAuthorize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user