summaryrefslogtreecommitdiffstats
path: root/arp.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-11-14 09:39:09 +0000
committerRoy Marples <roy@marples.name>2008-11-14 09:39:09 +0000
commit10bcbb5d6b5b100f8e91a17658fbf5d0a65d95c1 (patch)
treed619b1d000e5b148c5485269e1c702629ebb1cfb /arp.c
parent6b9750ea051be312f7cb4721a34d306446934c7a (diff)
downloaddhcpcd-10bcbb5d6b5b100f8e91a17658fbf5d0a65d95c1.tar.xz
When declining a DHCP lease and we have an IPv4LL one, don't re announce our IPv4LL lease.
Diffstat (limited to 'arp.c')
-rw-r--r--arp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arp.c b/arp.c
index 35941df9..43ce95c1 100644
--- a/arp.c
+++ b/arp.c
@@ -87,7 +87,6 @@ handle_arp_failure(struct interface *iface)
send_decline(iface);
close_sockets(iface);
delete_timeout(NULL, iface);
-
if (iface->state->lease.frominfo)
start_interface(iface);
else