]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
This comment no longer applies.
authorRoy Marples <roy@marples.name>
Tue, 18 Nov 2014 08:54:19 +0000 (08:54 +0000)
committerRoy Marples <roy@marples.name>
Tue, 18 Nov 2014 08:54:19 +0000 (08:54 +0000)
dhcp.c

diff --git a/dhcp.c b/dhcp.c
index 9fd182f1831989d5bb0de25b64b0ab8f6e72e017..43e4046c0f87b5fd66aa1e9be6842647d3644dc0 100644 (file)
--- 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;
                        }