Hey, committed the same typo twice! must be a record

This commit is contained in:
Julian Elischer 2008-09-15 07:23:56 +00:00
parent d0d0192f83
commit 3ee01afa4e

View File

@ -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);