fix: coverity issues

This commit is contained in:
Shengliang Guan 2022-10-08 14:36:54 +08:00
parent 17f8b63847
commit ffadc1c550
1 changed files with 1 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ static int32_t mndDropDb(SMnode *pMnode, SRpcMsg *pReq, SDbObj *pDb) {
mError("trans:%d, failed to append redo log since %s", pTrans->id, terrstr()); mError("trans:%d, failed to append redo log since %s", pTrans->id, terrstr());
goto _OVER; goto _OVER;
} }
(void)(pCommitRaw, SDB_STATUS_READY); (void)sdbSetRawStatus(pCommitRaw, SDB_STATUS_READY);
} }
int32_t rspLen = 0; int32_t rspLen = 0;