1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-18 16:05:46 +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: else:
print "ERROR: no dhcp client found" print "ERROR: no dhcp client found"
ret = None ret = None
self.dhcp_object.wait()
return ret return ret
@neediface(False) @neediface(False)