Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2009-07-19 04:27:10 +02:00
parent 7d6a791ef6
commit 753a3ce73e

View File

@ -439,7 +439,7 @@ int udhcpc_main(int argc UNUSED_PARAM, char **argv)
* I hazard to guess existing listening socket * I hazard to guess existing listening socket
* is somehow conflicting with it, but why is it * is somehow conflicting with it, but why is it
* not deterministic then?! Strange. * not deterministic then?! Strange.
* Anyway, it does recover by eventually failing throigh * Anyway, it does recover by eventually failing through
* into INIT_SELECTING state. * into INIT_SELECTING state.
*/ */
send_renew(xid, server_addr, requested_ip); send_renew(xid, server_addr, requested_ip);