This commit is contained in:
dmchen 2024-07-23 01:58:17 +00:00
parent bab043dad3
commit 268194eb12
1 changed files with 1 additions and 0 deletions

View File

@ -539,6 +539,7 @@ static int32_t mndProcessRetrieveFuncReq(SRpcMsg *pReq) {
SFuncObj *pFunc = mndAcquireFunc(pMnode, funcName);
if (pFunc == NULL) {
if (terrno != 0) code = terrno;
goto RETRIEVE_FUNC_OVER;
}