Mercurial > hg > dhcpcd
changeset 5173:81f78bbc8d48 draft
Whitespace
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Tue, 28 Apr 2020 16:37:44 +0100 |
| parents | 6efcf294d3a0 |
| children | b5bcdc5822fa |
| files | src/if-bsd.c |
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/if-bsd.c Sun Apr 26 21:05:06 2020 +0100 +++ b/src/if-bsd.c Tue Apr 28 16:37:44 2020 +0100 @@ -1813,8 +1813,7 @@ #endif #ifdef ND6_IFF_AUTO_LINKLOCAL - /* Unlike the kernel, - * dhcpcd make make a stable private address. */ + /* Unlike the kernel, dhcpcd make make a stable private address. */ flags &= ~ND6_IFF_AUTO_LINKLOCAL; #endif
