diff options
Diffstat (limited to 'ipv4.c')
| -rw-r--r-- | ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1195,7 +1195,7 @@ ipv4_applyaddr(void *arg) if (ifo->options & DHCPCD_ARP) { struct arp_state *astate; - if ((astate = arp_new(ifp, &state->addr->addr)) != NULL) + if ((astate = arp_new(ifp, &state->addr->addr, NULL, NULL)) != NULL) arp_announce(astate); } if (state->state == DHS_BOUND) { |
