feat: TS-5927-fix-review

This commit is contained in:
dmchen 2025-03-06 17:52:15 +08:00
parent c00d772492
commit 22be5e642e
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ int32_t tDeserializeSClientHbBatchRsp(void *buf, int32_t bufLen, SClientHbBatchR
if (!tDecodeIsEnd(&decoder)) {
TAOS_CHECK_EXIT(tDecodeI8(&decoder, &pBatchRsp->enableStrongPass));
} else {
pBatchRsp->enableStrongPass = 1;
pBatchRsp->enableStrongPass = 0;
}
tEndDecode(&decoder);