chore: more code

This commit is contained in:
kailixu 2023-04-09 19:04:11 +08:00
parent e689356c65
commit 8c70dca4a9
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ static int32_t tDeserializeSClientHbReq(SDecoder *pDecoder, SClientHbReq *pReq)
pReq->query = taosMemoryCalloc(1, sizeof(*pReq->query));
if (NULL == pReq->query) return -1;
if (tDecodeU32(pDecoder, &pReq->query->connId) < 0) return -1;
int32_t num = 0;
if (tDecodeI32(pDecoder, &num) < 0) return -1;
if (num > 0) {