mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 12:13:05 +00:00
Inline single-use temporary
This commit is contained in:
@@ -2622,8 +2622,10 @@ impl Connection {
|
||||
};
|
||||
|
||||
// Retire the current remote CID and any CIDs we had to skip.
|
||||
let retire_cids = &mut self.spaces[SpaceId::Data].pending.retire_cids;
|
||||
retire_cids.extend(retired);
|
||||
self.spaces[SpaceId::Data]
|
||||
.pending
|
||||
.retire_cids
|
||||
.extend(retired);
|
||||
self.set_reset_token(reset_token);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user