mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
We are holding a write lock here so avoid aquiring it twice calling
the "locked" version rather than the wrapper function. MFC after: 6 days
This commit is contained in:
parent
cecdd23f87
commit
d715e397f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1168,7 +1168,7 @@ nd6_nud_hint(struct rtentry *rt, struct in6_addr *dst6, int force)
|
|||
|
||||
ln->ln_state = ND6_LLINFO_REACHABLE;
|
||||
if (!ND6_LLINFO_PERMANENT(ln)) {
|
||||
nd6_llinfo_settimer(ln,
|
||||
nd6_llinfo_settimer_locked(ln,
|
||||
(long)ND_IFINFO(rt->rt_ifp)->reachable * hz);
|
||||
}
|
||||
done:
|
||||
|
|
|
|||
Loading…
Reference in a new issue