mirror of
https://github.com/gryf/wicd.git
synced 2025-12-22 05:48:03 +01:00
Fixed bug caused by wired/wireless daemons using the same function names
This commit is contained in:
@@ -241,6 +241,7 @@ class Wireless:
|
||||
if before_script != '' and before_script != None:
|
||||
print 'Executing pre-connection script'
|
||||
misc.Run(before_script)
|
||||
|
||||
#put it down
|
||||
print "interface down..."
|
||||
self.lock.acquire()
|
||||
|
||||
Reference in New Issue
Block a user