1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-23 22:52:33 +01:00

Debian patch: 24-wait_for_DHCP_client.patch

This commit is contained in:
Adam Blackburn
2010-05-29 17:32:37 +08:00
parent e4a5452342
commit b48c24a215

View File

@@ -619,6 +619,7 @@ class BaseInterface(object):
else:
print "ERROR: no dhcp client found"
ret = None
self.dhcp_object.wait()
return ret
@neediface(False)