From 27020cdcb8c74a3fc4e57f0f9cc03f35d822b2ab Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 15 Jan 2023 18:46:34 +0000 Subject: [PATCH] Possible race condition in options parsing on logout/login --- bridge_master.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bridge_master.py b/bridge_master.py index cccdc82..d7cd7b9 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -737,6 +737,7 @@ def options_config(): logger.debug('(OPTIONS) Bridge reset for %s - no peers',_system) remove_bridge_system(_system) CONFIG['SYSTEMS'][_system]['_reset'] = False + continue try: if CONFIG['SYSTEMS'][_system]['MODE'] != 'MASTER': continue