This commit is contained in:
SomberNight 2018-07-10 18:07:52 +02:00
parent 04432fe93e
commit a51940fac0
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -529,6 +529,7 @@ class Network(util.DaemonThread):
self.auto_connect = auto_connect self.auto_connect = auto_connect
if self.proxy != proxy or self.protocol != protocol: if self.proxy != proxy or self.protocol != protocol:
# Restart the network defaulting to the given server # Restart the network defaulting to the given server
with self.interface_lock:
self.stop_network() self.stop_network()
self.default_server = server self.default_server = server
self.start_network(protocol, proxy) self.start_network(protocol, proxy)