fix: compile issue

This commit is contained in:
Hongze Cheng 2025-01-07 15:13:26 +08:00
parent 4587beb849
commit bb01c4d763
1 changed files with 1 additions and 1 deletions

View File

@ -1920,7 +1920,7 @@ void metaHandleSyncEntry(SMeta *pMeta, const SMetaEntry *pEntry) {
int32_t code = TSDB_CODE_SUCCESS;
code = metaHandleEntry2(pMeta, pEntry);
if (code) {
metaErr(pMeta, code);
metaErr(TD_VID(pMeta->pVnode), code);
}
return;
}