Skip to content

Commit

Permalink
issue-2725: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vladstepanyuk committed Jan 17, 2025
1 parent ead4ce6 commit 71294f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ void TDiskRegistryActor::HandleReleaseDisk(
.RequestTimeout = Config->GetAgentRequestTimeout(),
.MuteIOErrors = false,
},
diskInfo.LogicalBlockSize,
CreateRequestInfo(ev->Sender, ev->Cookie, msg->CallContext),
TAcquireReleaseDiskProxyActor::RELEASE_DISK);
Actors.insert(actor);
Expand Down

0 comments on commit 71294f7

Please sign in to comment.