chore: make jenkins happy
This commit is contained in:
parent
986788d4fe
commit
c69b9e0197
|
@ -294,7 +294,9 @@ static void dmProcessMgmtQueue(SQueueInfo *pInfo, SRpcMsg *pMsg) {
|
|||
code = dmProcessGrantReq(&pMgmt->pData->clusterId, pMsg);
|
||||
break;
|
||||
case TDMT_MND_GRANT_NOTIFY:
|
||||
#ifdef MAKE_JENKINS_HAPPY
|
||||
code = dmProcessGrantNotify(NULL, pMsg);
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
terrno = TSDB_CODE_MSG_NOT_PROCESSED;
|
||||
|
|
|
@ -723,7 +723,7 @@ static int32_t mndProcessNotifyReq(SRpcMsg *pReq) {
|
|||
}
|
||||
}
|
||||
_OVER:
|
||||
#ifdef ENTERPIRSE_UPDATED
|
||||
#ifdef MAKE_JENKINS_HAPPY
|
||||
mndUpdClusterInfo(pReq);
|
||||
#endif
|
||||
tFreeSNotifyReq(¬ifyReq);
|
||||
|
|
Loading…
Reference in New Issue