From: Roy Marples Date: Thu, 31 Jul 2008 12:18:37 +0000 (+0000) Subject: Clear stop timer for INFORM. X-Git-Tag: v4.0.2~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73571294afba6f017e7285f5b431401ca07ec7a1;p=thirdparty%2Fdhcpcd.git Clear stop timer for INFORM. --- diff --git a/client.c b/client.c index a50fa662..f33b0346 100644 --- a/client.c +++ b/client.c @@ -927,6 +927,7 @@ static int bind_dhcp(struct if_state *state, const struct options *options) inet_ntoa(lease->addr)); state->state = STATE_BOUND; state->lease.leasetime = ~0U; + timerclear(&state->stop); reason = "INFORM"; } else if (IN_LINKLOCAL(htonl(state->new->yiaddr))) { get_lease(lease, state->new);