disable ip on community

This commit is contained in:
yihaoDeng 2023-09-25 19:10:50 +08:00
parent b134365d08
commit 05ab04b87f
1 changed files with 2 additions and 1 deletions

View File

@ -1382,6 +1382,7 @@ void uvHandleUpdate(SSvrMsg* msg, SWorkThrd* thrd) {
tFreeSUpdateIpWhiteReq(req);
taosMemoryFree(req);
} else {
tInfo("ip-white-list disable on trans");
thrd->enableIpWhiteList = 0;
}
taosMemoryFree(msg);