fix show connection with empty app info

This commit is contained in:
wangjiaming0909 2024-06-28 16:30:14 +08:00
parent 14cba11478
commit 9a82fce65f
1 changed files with 1 additions and 1 deletions

View File

@ -1029,7 +1029,7 @@ int32_t hbQueryHbReqHandle(SClientHbKey *connKey, void *param, SClientHbReq *req
#endif #endif
code = hbGetExpiredTSMAInfo(connKey, pCatalog, req); code = hbGetExpiredTSMAInfo(connKey, pCatalog, req);
} else { } else {
req->app.appId = 0; hbGetAppInfo(hbParam->clusterId, req);
} }
++hbParam->reqCnt; // success to get catalog info ++hbParam->reqCnt; // success to get catalog info