fix: vnode errcode setting error

This commit is contained in:
Xiaoyu Wang 2023-04-23 10:53:28 +08:00
parent 9e22bd07a4
commit 206887166c
1 changed files with 1 additions and 0 deletions

View File

@ -1348,6 +1348,7 @@ static int32_t vnodeProcessSubmitReq(SVnode *pVnode, int64_t version, void *pReq
code = terrno;
goto _exit;
}
terrno = 0;
pSubmitTbData->uid = pSubmitTbData->pCreateTbReq->uid; // update uid if table exist for using below
}
}