Skip to content

Commit b475488

Browse files
authored
Fix blob recovery actor bug (#11857)
1 parent 70eff8c commit b475488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/vdisk/scrub/blob_recovery_request.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ namespace NKikimr {
4444
if (item.Status == NKikimrProto::UNKNOWN) {
4545
item.Status = NKikimrProto::DEADLINE;
4646
}
47-
it->second->SendResult(SelfId());
4847
}
48+
it->second->SendResult(SelfId());
4949
}
5050
InFlight.erase(InFlight.begin(), it);
5151

0 commit comments

Comments
 (0)