提交 3ecdebc4 编写于 作者: S Shengliang Guan

fix: status msg

上级 e40dd521
...@@ -98,9 +98,8 @@ void dmSendStatusReq(SDnodeMgmt *pMgmt) { ...@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册