Skip to content

Commit 2293d20

Browse files
authored
avoid uninit hiveId (#9831)
1 parent 3e299f1 commit 2293d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/viewer/viewer_tenantinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ class TJsonTenantInfo : public TViewerPipeClient {
640640
TIntrusivePtr<TDomainsInfo> domains = AppData()->DomainsInfo;
641641
auto* domain = domains->GetDomain();
642642
TStackVec<TTabletId, 64> tablets;
643-
TTabletId hiveId;
643+
TTabletId hiveId = {};
644644
if (entry.DomainInfo) {
645645
for (TTabletId tabletId : entry.DomainInfo->Params.GetCoordinators()) {
646646
tablets.emplace_back(tabletId);

0 commit comments

Comments
 (0)