From 0db16a0426a31c13f8b4e3e025e90f11eb7eb855 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 19 Feb 2009 19:55:13 +0000 Subject: [PATCH] Ensure that IPv4LL leases are not frominfo when probed. --- client.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.47.2