fix compile error

This commit is contained in:
Hongze Cheng 2024-07-19 16:07:09 +08:00
parent 5e79c2afea
commit 5734fe8778
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ int32_t tsdbReadDataBlk(SDataFReader *pReader, SBlockIdx *pBlockIdx, SMapData *m
// decode
int32_t n;
code = tGetMapData(pReader->aBuf[0], mDataBlk, &n);
if (code) goto _err;
if (code) goto _exit;
ASSERT(n == size);
_exit: