summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-02-19 19:55:13 +0000
committerRoy Marples <roy@marples.name>2009-02-19 19:55:13 +0000
commit0db16a0426a31c13f8b4e3e025e90f11eb7eb855 (patch)
tree313aae150651858e7dac103134b54102f9b46f13
parent20a0ee9eb06f7a1c5edc86bd8406d5a64d57095d (diff)
downloaddhcpcd-0db16a0426a31c13f8b4e3e025e90f11eb7eb855.tar.xz
Ensure that IPv4LL leases are not frominfo when probed.
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
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;
}