This commit is contained in:
dmchen 2024-07-23 02:42:46 +00:00
parent eac6597a30
commit 87abfd05bc
1 changed files with 1 additions and 1 deletions

View File

@ -1116,7 +1116,7 @@ static int32_t mndProcessDropSmaReq(SRpcMsg *pReq) {
mInfo("sma:%s, start to drop", dropReq.name);
SSIdx idx = {0};
if (mndAcquireGlobalIdx(pMnode, dropReq.name, SDB_SMA, &idx) == 0) {
if ((code = mndAcquireGlobalIdx(pMnode, dropReq.name, SDB_SMA, &idx)) == 0) {
pSma = idx.pIdx;
} else {
goto _OVER;