fix compile error

This commit is contained in:
yihaoDeng 2023-09-15 10:10:23 +08:00
parent 167be7c519
commit 79fe29c848
1 changed files with 1 additions and 1 deletions

View File

@ -1277,7 +1277,7 @@ int32_t mndProcessGetUserWhiteListReq(SRpcMsg *pReq) {
goto _OVER; goto _OVER;
} }
code = mndSetUserWhiteListRsp(pMnode, pUser, &wlRsp); // code = mndSetUserWhiteListRsp(pMnode, pUser, &wlRsp);
if (code) { if (code) {
goto _OVER; goto _OVER;
} }