This commit is contained in:
Hongze Cheng 2024-05-30 16:29:31 +08:00
parent b9d8f63e85
commit 1821f9aae4
1 changed files with 1 additions and 0 deletions

View File

@ -5630,6 +5630,7 @@ int32_t tDeserializeSVKillCompactReq(void *buf, int32_t bufLen, SVKillCompactReq
code = TSDB_CODE_MSG_DECODE_ERROR;
goto _exit;
}
if (tDecodeI32(&decoder, &pReq->vgId) < 0) {
code = TSDB_CODE_MSG_DECODE_ERROR;
goto _exit;