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:
Thomas Eizinger
2023-05-17 18:36:32 +02:00
committed by GitHub
parent 5be87b97c2
commit 9c120fb35a

View File

@@ -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,