summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-04-28 16:37:44 +0100
committerRoy Marples <roy@marples.name>2020-04-28 16:37:44 +0100
commit91422631451cd07d21930099ad43e623000e206b (patch)
treef5b8781d10501d948c6670d78c88cf1caca7c357 /src
parent1e29ac03a30a4da556e1e9ad16af7b7872d6d7b0 (diff)
downloaddhcpcd-91422631451cd07d21930099ad43e623000e206b.tar.xz
Whitespace
Diffstat (limited to 'src')
-rw-r--r--src/if-bsd.c3
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