summaryrefslogtreecommitdiffstats
path: root/sys/net/route.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2008-09-14 10:22:37 +0000
committerjulian <julian@FreeBSD.org>2008-09-14 10:22:37 +0000
commit87628fd213cbfdff692cb411ac64d4f006a8e6e4 (patch)
tree68b0d8093731a764271978f0b9097ad6b742bc7a /sys/net/route.c
parentbf08111cf0727a2a5f268f25cdb222e318b3e447 (diff)
downloadFreeBSD-src-87628fd213cbfdff692cb411ac64d4f006a8e6e4.zip
FreeBSD-src-87628fd213cbfdff692cb411ac64d4f006a8e6e4.tar.gz
come on Julian, make up if you're committing one change or the other.
fix braino
Diffstat (limited to 'sys/net/route.c')
-rw-r--r--sys/net/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/route.c b/sys/net/route.c
index 95c46ca..6bcb591 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -1698,7 +1698,7 @@ rt_check(struct rtentry **lrt, struct rtentry **lrt0, struct sockaddr *dst)
KASSERT(*lrt0 != NULL, ("rt_check"));
rt = rt0 = *lrt0;
- fibnum = (*rt0)->rt_fibnum;
+ fibnum = rt0->rt_fibnum;
/* NB: the locking here is tortuous... */
RT_LOCK(rt);
OpenPOWER on IntegriCloud