From: Roy Marples Date: Fri, 24 May 2024 15:54:24 +0000 (+0000) Subject: Fix compile for builds without ARP X-Git-Tag: v10.0.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=486175335ce8cf9cb8de33f0ade213cd8cfb0d53;p=thirdparty%2Fdhcpcd.git Fix compile for builds without ARP --- diff --git a/src/dhcpcd.c b/src/dhcpcd.c index ccc8fbcf..a94dbdac 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -423,8 +423,8 @@ dhcpcd_drop_af(struct interface *ifp, int stop, int af) #endif #ifdef ARP arp_drop(ifp); - } #endif + } #if !defined(DHCP6) && !defined(DHCP) UNUSED(stop);