fix show connection with empty app info
This commit is contained in:
parent
14cba11478
commit
9a82fce65f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue