diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2008-09-15 07:23:56 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2008-09-15 07:23:56 +0000 |
| commit | 3ee01afa4ec4b51d0631164b350b9f65935096b4 (patch) | |
| tree | 9f6fd48541ff3a37b9e28b052a4ad888fdc5f1af /sys | |
| parent | d0d0192f833c1d131c699a662205f0ace8c7ec33 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/net/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/route.c b/sys/net/route.c index a784c6ebbf0c..456caabece5a 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); |
