Skip to content

Commit 291222e

Browse files
authored
Fix incorrect arguments in Send call (#12806)
1 parent 888c474 commit 291222e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/vdisk/skeleton/skeleton_loggedrec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ namespace NKikimr {
9898
<< " Marker# BSVSLR02");
9999

100100
Span.EndOk();
101-
ctx.Send(Recipient, Result.release(), RecipientCookie);
101+
ctx.Send(Recipient, Result.release(), 0, RecipientCookie);
102102
}
103103

104104
NWilson::TTraceId TLoggedRecVMultiPutItem::GetTraceId() const {

0 commit comments

Comments
 (0)