sync all inner code

This commit is contained in:
openGaussDev
2022-10-27 20:21:03 +08:00
committed by yanghao
parent a10741b11e
commit f7d23913d6
520 changed files with 63136 additions and 9761 deletions

View File

@ -919,7 +919,9 @@ static bool InitPort(Port* port)
PortInitialize(port, NULL);
CheckClientIp(port);
if (!CheckClientIp(port)) {
return false;
}
PreClientAuthorize();