summaryrefslogtreecommitdiffstats
path: root/ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipv4.c')
-rw-r--r--ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipv4.c b/ipv4.c
index 12945b34..13993ed6 100644
--- a/ipv4.c
+++ b/ipv4.c
@@ -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) {