From: Roy Marples Date: Thu, 19 Feb 2009 19:55:13 +0000 (+0000) Subject: Ensure that IPv4LL leases are not frominfo when probed. X-Git-Tag: v4.0.12~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db16a0426a31c13f8b4e3e025e90f11eb7eb855;p=thirdparty%2Fdhcpcd.git Ensure that IPv4LL leases are not frominfo when probed. --- diff --git a/client.c b/client.c index 779cb0dd..f9f5c630 100644 --- a/client.c +++ b/client.c @@ -1041,6 +1041,7 @@ handle_timeout_fail(struct if_state *state, const struct options *options) { logger(LOG_INFO, "probing for an IPV4LL address"); free(state->offer); + lease->frominfo = 0; state->offer = ipv4ll_get_dhcp(0); gotlease = 0; }