Skip to content

Commit 627838d

Browse files
[-] uninitialized value
1 parent fde4ec9 commit 627838d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/persqueue/pq_impl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ void TPersQueue::HandleTransactionsReadResponse(NKikimrClient::TResponse&& resp,
704704
PQ_LOG_ERROR_AND_DIE("Transactions read error: " << resp.ShortDebugString());
705705
return;
706706
}
707+
707708
const auto& result = resp.GetReadRangeResult(0);
708709
auto status = result.GetStatus();
709710
if (status != NKikimrProto::OVERRUN &&

0 commit comments

Comments
 (0)