Possible race condition in options parsing on logout/login

testing
Simon 3 years ago
parent 3fcd75e711
commit 27020cdcb8

@ -737,6 +737,7 @@ def options_config():
logger.debug('(OPTIONS) Bridge reset for %s - no peers',_system) logger.debug('(OPTIONS) Bridge reset for %s - no peers',_system)
remove_bridge_system(_system) remove_bridge_system(_system)
CONFIG['SYSTEMS'][_system]['_reset'] = False CONFIG['SYSTEMS'][_system]['_reset'] = False
continue
try: try:
if CONFIG['SYSTEMS'][_system]['MODE'] != 'MASTER': if CONFIG['SYSTEMS'][_system]['MODE'] != 'MASTER':
continue continue

Loading…
Cancel
Save

Powered by TurnKey Linux.