diff options
| author | Roy Marples <roy@marples.name> | 2008-11-14 09:39:09 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-11-14 09:39:09 +0000 |
| commit | 10bcbb5d6b5b100f8e91a17658fbf5d0a65d95c1 (patch) | |
| tree | d619b1d000e5b148c5485269e1c702629ebb1cfb /ipv4ll.c | |
| parent | 6b9750ea051be312f7cb4721a34d306446934c7a (diff) | |
| download | dhcpcd-10bcbb5d6b5b100f8e91a17658fbf5d0a65d95c1.tar.xz | |
When declining a DHCP lease and we have an IPv4LL one, don't re announce our IPv4LL lease.
Diffstat (limited to 'ipv4ll.c')
| -rw-r--r-- | ipv4ll.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ start_ipv4ll(void *arg) } } - /* We maybe rebooting of an IPv4LL address. */ + /* We maybe rebooting an IPv4LL address. */ if (!iface->state->offer || !IN_LINKLOCAL(htonl(iface->state->offer->yiaddr))) { |
