aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpd.c')
-rw-r--r--networking/udhcp/dhcpd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c
index ef59dca5c..a8cd3f03b 100644
--- a/networking/udhcp/dhcpd.c
+++ b/networking/udhcp/dhcpd.c
@@ -591,9 +591,7 @@ static void send_packet_to_relay(struct dhcp_packet *dhcp_pkt)
591 591
592 udhcp_send_kernel_packet(dhcp_pkt, 592 udhcp_send_kernel_packet(dhcp_pkt,
593 server_config.server_nip, SERVER_PORT, 593 server_config.server_nip, SERVER_PORT,
594 dhcp_pkt->gateway_nip, SERVER_PORT, 594 dhcp_pkt->gateway_nip, SERVER_PORT);
595 /*send_flags:*/ 0
596 );
597} 595}
598 596
599static void send_packet(struct dhcp_packet *dhcp_pkt, int force_broadcast) 597static void send_packet(struct dhcp_packet *dhcp_pkt, int force_broadcast)