Skip to content

Commit 45718ca

Browse files
authored
Calm down msan while printing logs prefix (#9769)
1 parent c74fdef commit 45718ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/datashard/datashard_ut_incremental_restore_scan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Y_UNIT_TEST_SUITE(IncrementalRestoreScan) {
271271
TPathId targetPathId = dstTable.PathId;
272272
TPathId sourcePathId = srcTable.PathId;
273273

274-
TDataShardId sourceDatashard;
274+
TDataShardId sourceDatashard{};
275275

276276
{
277277
auto request = MakeHolder<TEvDataShard::TEvGetInfoRequest>();

0 commit comments

Comments
 (0)