summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-02-23 18:45:54 +0100
committerLubomir Rintel <lkundrak@v3.sk>2016-02-23 18:45:54 +0100
commit1ed427e86a8d0737ddb288b2aac4be5162145b26 (patch)
tree1ea4ed10f13895d25193fded285cf00ac9ffe892
parentb875ac34bea05eac0132c7d1420443e8b3f42b07 (diff)
downloadNetworkManager-lr/staging.tar.gz
-rw-r--r--src/devices/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index bbad10946b..2cd588d9b4 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -4033,7 +4033,7 @@ ipv4ll_start (NMDevice *self, NMDeviceStateReason *reason)
/* Start a timeout to bound the address attempt */
priv->ipv4ll_timeout = g_timeout_add_seconds (20, ipv4ll_timeout_cb, self);
- return NM_ACT_STAGE_RETURN_POSTPONE;
+ return NM_ACT_STAGE_RETURN_WAIT;
fail:
*reason = NM_DEVICE_STATE_REASON_AUTOIP_START_FAILED;
return NM_ACT_STAGE_RETURN_FAILURE;