1
0
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:
imdano
2007-07-10 14:32:45 +00:00
parent 4511aad391
commit 7aaf402389
3 changed files with 13 additions and 12 deletions

View File

@@ -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()