fix(stream):set the initialized value.

This commit is contained in:
Haojun Liao 2024-07-17 19:41:06 +08:00
parent 0b6a49ac7d
commit 43dc95869f
1 changed files with 2 additions and 0 deletions

View File

@ -287,6 +287,8 @@ int32_t createMetaHbInfo(int64_t* pRid, SMetaHbInfo** pRes) {
pInfo->stopFlag = 0;
pInfo->msgSendTs = -1;
pInfo->hbCount = 0;
*pRes = pInfo;
return TSDB_CODE_SUCCESS;
}