fix: compile issue
This commit is contained in:
parent
4587beb849
commit
bb01c4d763
|
@ -1920,7 +1920,7 @@ void metaHandleSyncEntry(SMeta *pMeta, const SMetaEntry *pEntry) {
|
||||||
int32_t code = TSDB_CODE_SUCCESS;
|
int32_t code = TSDB_CODE_SUCCESS;
|
||||||
code = metaHandleEntry2(pMeta, pEntry);
|
code = metaHandleEntry2(pMeta, pEntry);
|
||||||
if (code) {
|
if (code) {
|
||||||
metaErr(pMeta, code);
|
metaErr(TD_VID(pMeta->pVnode), code);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
Loading…
Reference in New Issue