fix: status msg

This commit is contained in:
Shengliang Guan 2022-05-26 20:51:35 +08:00
parent e40dd52100
commit 3ecdebc4e8
1 changed files with 1 additions and 2 deletions

View File

@ -98,9 +98,8 @@ void dmSendStatusReq(SDnodeMgmt *pMgmt) {
for (int32_t i = 0; i < epSet.numOfEps; ++i) { for (int32_t i = 0; i < epSet.numOfEps; ++i) {
dDebug("index:%d, mnode ep:%s:%u", i, epSet.eps[i].fqdn, epSet.eps[i].port); dDebug("index:%d, mnode ep:%s:%u", i, epSet.eps[i].fqdn, epSet.eps[i].port);
} }
} else {
dmProcessStatusRsp(pMgmt, &rpcRsp);
} }
dmProcessStatusRsp(pMgmt, &rpcRsp);
} }
int32_t dmProcessAuthRsp(SDnodeMgmt *pMgmt, SRpcMsg *pMsg) { int32_t dmProcessAuthRsp(SDnodeMgmt *pMgmt, SRpcMsg *pMsg) {