From: Roy Marples Date: Tue, 18 Nov 2014 08:54:19 +0000 (+0000) Subject: This comment no longer applies. X-Git-Tag: v6.6.3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04d57dc51c4eaf389ef3596df23ee19122d3d52c;p=thirdparty%2Fdhcpcd.git This comment no longer applies. --- diff --git a/dhcp.c b/dhcp.c index 9fd182f1..43e4046c 100644 --- a/dhcp.c +++ b/dhcp.c @@ -1964,9 +1964,8 @@ applyaddr: if (ifo->options & DHCPCD_ARP) { if (state->added) { if (astate == NULL) { - /* We don't care about what happens - * to the ARP announcement */ astate = arp_new(ifp); + astate->addr = state->addr; astate->announced_cb = dhcp_arp_announced; }