chore: make jenkins happy

This commit is contained in:
kailixu 2023-09-25 15:41:23 +08:00
parent 4e0a5cb91a
commit f689ef8fe4
1 changed files with 4 additions and 0 deletions

View File

@ -688,7 +688,9 @@ static int32_t mndProcessStatusReq(SRpcMsg *pReq) {
_OVER:
mndReleaseDnode(pMnode, pDnode);
taosArrayDestroy(statusReq.pVloads);
#ifndef _TD_DARWIN_64
mndUpdClusterInfo(pReq);
#endif
return code;
}
@ -721,7 +723,9 @@ static int32_t mndProcessNotifyReq(SRpcMsg *pReq) {
}
}
_OVER:
#ifndef _TD_DARWIN_64
mndUpdClusterInfo(pReq);
#endif
tFreeSNotifyReq(&notifyReq);
return code;
}