From 4fb79dd0c3cbad70a1c58e45669caf4c9f5d930d Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Sat, 25 Jun 2022 09:01:16 +0800 Subject: [PATCH] fix: compile errors --- source/dnode/mnode/impl/src/mndMain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/dnode/mnode/impl/src/mndMain.c b/source/dnode/mnode/impl/src/mndMain.c index ae549d8678..f76dd31614 100644 --- a/source/dnode/mnode/impl/src/mndMain.c +++ b/source/dnode/mnode/impl/src/mndMain.c @@ -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) {