diff options
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r-- | networking/udhcp/dhcpc.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 2dd3cd077..ab34b0472 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c | |||
@@ -553,9 +553,10 @@ int udhcpc_main(int argc UNUSED_PARAM, char **argv) | |||
553 | * the client MUST send a DHCPDECLINE message to the server and restarts | 553 | * the client MUST send a DHCPDECLINE message to the server and restarts |
554 | * the configuration process..." */ | 554 | * the configuration process..." */ |
555 | if (!arpping(packet.yiaddr, | 555 | if (!arpping(packet.yiaddr, |
556 | (uint32_t) 0, | 556 | NULL, |
557 | client_config.arp, | 557 | (uint32_t) 0, |
558 | client_config.interface) | 558 | client_config.arp, |
559 | client_config.interface) | ||
559 | ) { | 560 | ) { |
560 | bb_info_msg("offered address is in use " | 561 | bb_info_msg("offered address is in use " |
561 | "(got ARP reply), declining"); | 562 | "(got ARP reply), declining"); |