From: Roy Marples Date: Fri, 26 Feb 2010 13:41:38 +0000 (+0000) Subject: Clear timeouts when starting ipv4ll. X-Git-Tag: v5.2.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207d7b4fac5f580f4003d408b37976a93318b09d;p=thirdparty%2Fdhcpcd.git Clear timeouts when starting ipv4ll. --- diff --git a/ipv4ll.c b/ipv4ll.c index 13f163a9..6ab49e4d 100644 --- a/ipv4ll.c +++ b/ipv4ll.c @@ -78,6 +78,7 @@ start_ipv4ll(void *arg) { struct interface *iface = arg; + delete_timeouts(iface, start_expire, NULL); iface->state->probes = 0; iface->state->claims = 0; if (iface->addr.s_addr) {