mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(relay): use correct variable (#1617)
We had a semantic conflict here that resulted in a broken build. This PR fixes that. Co-authored-by: Jamil <jamilbk@users.noreply.github.com>
This commit is contained in:
@@ -323,7 +323,7 @@ where
|
||||
self.pending_commands
|
||||
.push_back(Command::FreeAddresses { id: allocation.id });
|
||||
self.allocations.remove(&sender);
|
||||
self.used_ports.remove(&port);
|
||||
self.allocations_by_port.remove(&port);
|
||||
self.send_message(
|
||||
refresh_success_response(effective_lifetime, message.transaction_id()),
|
||||
sender,
|
||||
|
||||
Reference in New Issue
Block a user