diff options
| author | Roy Marples <roy@marples.name> | 2009-02-19 19:55:13 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-02-19 19:55:13 +0000 |
| commit | 0db16a0426a31c13f8b4e3e025e90f11eb7eb855 (patch) | |
| tree | 313aae150651858e7dac103134b54102f9b46f13 | |
| parent | 20a0ee9eb06f7a1c5edc86bd8406d5a64d57095d (diff) | |
| download | dhcpcd-0db16a0426a31c13f8b4e3e025e90f11eb7eb855.tar.xz | |
Ensure that IPv4LL leases are not frominfo when probed.
| -rw-r--r-- | client.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |
