summaryrefslogtreecommitdiffstats
path: root/sys/net/route.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2008-09-15 07:23:56 +0000
committerjulian <julian@FreeBSD.org>2008-09-15 07:23:56 +0000
commitc2b5f4f30fdc4bd463cfdc7cb49510206dd7a939 (patch)
tree9f6fd48541ff3a37b9e28b052a4ad888fdc5f1af /sys/net/route.c
parenta9cbfb55cdc6f2ac0c38c5c9877fafbaad0c70ee (diff)
downloadFreeBSD-src-c2b5f4f30fdc4bd463cfdc7cb49510206dd7a939.zip
FreeBSD-src-c2b5f4f30fdc4bd463cfdc7cb49510206dd7a939.tar.gz
Hey, committed the same typo twice! must be a record
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 a784c6eb..456caab 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -1716,7 +1716,7 @@ rt_check(struct rtentry **lrt, struct rtentry **lrt0, struct sockaddr *dst)
KASSERT(*lrt0 != NULL, ("rt_check"));
rt0 = *lrt0;
rt = NULL;
- fibnum = (*rt0)->rt_fibnum;
+ fibnum = rt0->rt_fibnum;
/* NB: the locking here is tortuous... */
RT_LOCK(rt0);
OpenPOWER on IntegriCloud