summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2008-08-20 01:24:55 +0000
committerjulian <julian@FreeBSD.org>2008-08-20 01:24:55 +0000
commit03a5241ea0a9d2648fc3b74a2062c7c06a155381 (patch)
treef8532280bf93ded2b923d587b0e90d880c57dce5 /sys/netinet6/nd6.c
parent0592958505e144fa8a1cdff63ecc2e605ac5e407 (diff)
downloadFreeBSD-src-03a5241ea0a9d2648fc3b74a2062c7c06a155381.zip
FreeBSD-src-03a5241ea0a9d2648fc3b74a2062c7c06a155381.tar.gz
Fix some of the formatting fixes.. It's amazing how some thing stand out
in a commit message.
Diffstat (limited to 'sys/netinet6/nd6.c')
-rw-r--r--sys/netinet6/nd6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c
index 88fae3e..94c4401 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -1892,7 +1892,7 @@ nd6_slowtimo(void *ignored_arg)
nd6_slowtimo, NULL);
IFNET_RLOCK();
for (ifp = TAILQ_FIRST(&V_ifnet); ifp;
- ifp = TAILQ_NEXT(ifp, if_list)) {
+ ifp = TAILQ_NEXT(ifp, if_list)) {
nd6if = ND_IFINFO(ifp);
if (nd6if->basereachable && /* already initialized */
(nd6if->recalctm -= ND6_SLOWTIMER_INTERVAL) <= 0) {
OpenPOWER on IntegriCloud