fix compile error
This commit is contained in:
parent
167be7c519
commit
79fe29c848
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue