mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-23 18:14:09 +08:00
Fix compile for builds without ARP
This commit is contained in:
parent
e7f139d3be
commit
486175335c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user