mirror of
https://github.com/gryf/wicd.git
synced 2026-01-05 21:34:16 +01:00
Fix bug where the daemon could crash if an encryption key was entered for a network without encryption on.
Some minor code formatting changes Replace "new" with "experimental" in description for ioctl backend.
This commit is contained in:
@@ -104,7 +104,7 @@ class WicdDaemon(dbus.service.Object):
|
||||
# This will speed up the scanning process - if a client doesn't
|
||||
# need a fresh scan, just feed them the old one. A fresh scan
|
||||
# can be done by calling Scan(fresh=True).
|
||||
self.LastScan = ''
|
||||
self.LastScan = []
|
||||
|
||||
signal.signal(signal.SIGTERM, self.DaemonClosing)
|
||||
self.DaemonStarting()
|
||||
|
||||
Reference in New Issue
Block a user