fix/TD-31891-remove-void-mnode2-fix-case

This commit is contained in:
dmchen 2024-09-19 02:26:14 +00:00
parent 5be431c4c6
commit 1bee113c8e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ static int32_t mndCreateDefaultAcct(SMnode *pMnode) {
code = terrno; code = terrno;
TAOS_RETURN(code); TAOS_RETURN(code);
} }
TAOS_RETURN(sdbSetRawStatus(pRaw, SDB_STATUS_READY)); TAOS_CHECK_RETURN(sdbSetRawStatus(pRaw, SDB_STATUS_READY));
mInfo("acct:%s, will be created when deploying, raw:%p", acctObj.acct, pRaw); mInfo("acct:%s, will be created when deploying, raw:%p", acctObj.acct, pRaw);