From: Roy Marples Date: Wed, 7 Nov 2007 15:45:11 +0000 (+0000) Subject: dhcp_run no longer resembles anything from udhcp, so remove the reference. X-Git-Tag: v3.2.3~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df022bf7bc72413dbe6fe3f266d760037db452eb;p=thirdparty%2Fdhcpcd.git dhcp_run no longer resembles anything from udhcp, so remove the reference. --- diff --git a/client.c b/client.c index 611d79d7..30dd316c 100644 --- a/client.c +++ b/client.c @@ -234,8 +234,6 @@ static bool get_old_lease (const options_t *options, interface_t *iface, } #endif -/* This state machine is based on the one from udhcpc - written by Russ Dill */ int dhcp_run (const options_t *options, int *pidfd) { interface_t *iface;