fix case
This commit is contained in:
parent
eac6597a30
commit
87abfd05bc
|
@ -1116,7 +1116,7 @@ static int32_t mndProcessDropSmaReq(SRpcMsg *pReq) {
|
||||||
mInfo("sma:%s, start to drop", dropReq.name);
|
mInfo("sma:%s, start to drop", dropReq.name);
|
||||||
|
|
||||||
SSIdx idx = {0};
|
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;
|
pSma = idx.pIdx;
|
||||||
} else {
|
} else {
|
||||||
goto _OVER;
|
goto _OVER;
|
||||||
|
|
Loading…
Reference in New Issue