fix: compile errors
This commit is contained in:
parent
12f9a3f34d
commit
4fb79dd0c3
|
@ -557,6 +557,8 @@ static int32_t mndCheckMnodeState(SRpcMsg *pMsg) {
|
|||
} else {
|
||||
terrno = TSDB_CODE_APP_NOT_READY;
|
||||
}
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int32_t mndCheckMsgContent(SRpcMsg *pMsg) {
|
||||
|
|
Loading…
Reference in New Issue