Skip to content

Commit

Permalink
Carrier change flag on listener replace
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Dec 5, 2023
1 parent 55a2daf commit 60a604f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RNS/Interfaces/AutoInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ def shutdown_server():
thread.daemon = True
thread.start()

self.carrier_changed = True

except Exception as e:
RNS.log("Could not get device information while updating link-local addresses for "+str(self)+". The contained exception was: "+str(e), RNS.LOG_ERROR)

Expand Down

0 comments on commit 60a604f

Please sign in to comment.