mirror of
https://github.com/markqvist/Sideband.git
synced 2025-12-22 06:07:06 +00:00
Fixed invalid announce interface attachment on AutoInterface peer availability after no peers
This commit is contained in:
@@ -3502,7 +3502,6 @@ class SidebandCore():
|
||||
if not self.interface_local.had_peers and have_peers:
|
||||
RNS.log("Peers became reachable on the interface "+str(self.interface_local), RNS.LOG_DEBUG)
|
||||
needs_if_change_announce = True
|
||||
announce_attached_interface = self.interface_local
|
||||
announce_delay = 10
|
||||
|
||||
if self.interface_local.had_peers and not have_peers:
|
||||
|
||||
Reference in New Issue
Block a user