From: Roy Marples Date: Mon, 22 Jul 2019 09:41:16 +0000 (+0100) Subject: Fix compile issue with prior X-Git-Tag: v8.0.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ae2953d2610848fd7aa594da8216f29ab36f96e;p=thirdparty%2Fdhcpcd.git Fix compile issue with prior --- diff --git a/src/dhcp.c b/src/dhcp.c index 9a83dc6a..812651a3 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -2347,7 +2347,7 @@ dhcp_arp_address(struct interface *ifp) get_lease(ifp, &l, state->offer, state->offer_len); /* Add the address now, let the kernel handle DAD. */ ipv4_addaddr(ifp, &l.addr, &l.mask, &l.brd, - l.leasetime, l.leastime); + l.leasetime, l.leasetime); } else loginfox("%s: waiting for DAD on %s", ifp->name, inet_ntoa(addr));