fix: compile errors

This commit is contained in:
Shengliang Guan 2022-06-25 09:01:16 +08:00
parent 12f9a3f34d
commit 4fb79dd0c3
1 changed files with 2 additions and 0 deletions

View File

@ -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) {