mirror of
https://github.com/markqvist/Sideband.git
synced 2026-04-27 14:20:38 +00:00
Fixed invalid announce interface attachment on AutoInterface peer availability after no peers
This commit is contained in:
parent
61609de690
commit
da834b7539
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue