diff options
| author | Roy Marples <roy@marples.name> | 2020-04-28 16:37:44 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-04-28 16:37:44 +0100 |
| commit | 54b7ba56cb26450184056da9f7e4fd6bb278ca59 (patch) | |
| tree | f5b8781d10501d948c6670d78c88cf1caca7c357 /src/if-bsd.c | |
| parent | 29024d0ba64010eb85ad0d164898b7751d47d1cb (diff) | |
| download | dhcpcd-54b7ba56cb26450184056da9f7e4fd6bb278ca59.tar.xz | |
Whitespace
Diffstat (limited to 'src/if-bsd.c')
| -rw-r--r-- | src/if-bsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/if-bsd.c b/src/if-bsd.c index e5189112..42bf7480 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -1813,8 +1813,7 @@ if_setup_inet6(const struct interface *ifp) #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 |
