提交 4fb79dd0 编写于 作者: S Shengliang Guan

fix: compile errors

上级 12f9a3f3
...@@ -557,6 +557,8 @@ static int32_t mndCheckMnodeState(SRpcMsg *pMsg) { ...@@ -557,6 +557,8 @@ static int32_t mndCheckMnodeState(SRpcMsg *pMsg) {
} else { } else {
terrno = TSDB_CODE_APP_NOT_READY; terrno = TSDB_CODE_APP_NOT_READY;
} }
return -1;
} }
static int32_t mndCheckMsgContent(SRpcMsg *pMsg) { static int32_t mndCheckMsgContent(SRpcMsg *pMsg) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册