aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r--networking/udhcp/dhcpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index 69c35ca50..3de389f7b 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -451,7 +451,7 @@ int udhcpc_main(int argc, char **argv)
451 /* A packet is ready, read it */ 451 /* A packet is ready, read it */
452 452
453 if (listen_mode == LISTEN_KERNEL) 453 if (listen_mode == LISTEN_KERNEL)
454 len = udhcp_get_packet(&packet, sockfd); 454 len = udhcp_recv_packet(&packet, sockfd);
455 else len = get_raw_packet(&packet, sockfd); 455 else len = get_raw_packet(&packet, sockfd);
456 456
457 if (len == -1 && errno != EINTR) { 457 if (len == -1 && errno != EINTR) {