mirror of
https://github.com/gryf/wicd.git
synced 2025-12-29 09:52:31 +01:00
Bugfixes post-testing. Still an odd bug where the gtk interface hangs.
This commit is contained in:
@@ -1149,7 +1149,7 @@ class WiredConnectThread(ConnectThread):
|
||||
self.put_iface_up(liface)
|
||||
|
||||
# Manage encryption.
|
||||
if self.network.get('encryption'):
|
||||
if self.network.get('encryption_enabled'):
|
||||
liface.Authenticate(self.network)
|
||||
|
||||
# Set gateway, IP adresses, and DNS servers.
|
||||
|
||||
Reference in New Issue
Block a user