fix case
This commit is contained in:
parent
bab043dad3
commit
268194eb12
|
@ -539,6 +539,7 @@ static int32_t mndProcessRetrieveFuncReq(SRpcMsg *pReq) {
|
||||||
|
|
||||||
SFuncObj *pFunc = mndAcquireFunc(pMnode, funcName);
|
SFuncObj *pFunc = mndAcquireFunc(pMnode, funcName);
|
||||||
if (pFunc == NULL) {
|
if (pFunc == NULL) {
|
||||||
|
if (terrno != 0) code = terrno;
|
||||||
goto RETRIEVE_FUNC_OVER;
|
goto RETRIEVE_FUNC_OVER;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue