aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 fcc447949..636061818 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -439,7 +439,7 @@ int udhcpc_main(int argc UNUSED_PARAM, char **argv)
439 * I hazard to guess existing listening socket 439 * I hazard to guess existing listening socket
440 * is somehow conflicting with it, but why is it 440 * is somehow conflicting with it, but why is it
441 * not deterministic then?! Strange. 441 * not deterministic then?! Strange.
442 * Anyway, it does recover by eventually failing throigh 442 * Anyway, it does recover by eventually failing through
443 * into INIT_SELECTING state. 443 * into INIT_SELECTING state.
444 */ 444 */
445 send_renew(xid, server_addr, requested_ip); 445 send_renew(xid, server_addr, requested_ip);