Fix compile for builds without ARP

This commit is contained in:
Roy Marples 2024-05-24 15:54:24 +00:00
parent e7f139d3be
commit 486175335c

View File

@ -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);