mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Only unlock the llentry if it is actually valid.
Reported by: ed
This commit is contained in:
parent
59a34231a4
commit
099d0bd34b
1 changed files with 2 additions and 1 deletions
|
|
@ -567,7 +567,8 @@ passin:
|
|||
LLE_RUNLOCK(lle);
|
||||
goto hbhcheck;
|
||||
}
|
||||
LLE_RUNLOCK(lle);
|
||||
if (lle != NULL)
|
||||
LLE_RUNLOCK(lle);
|
||||
|
||||
if (V_ip6_forward_rt.ro_rt != NULL &&
|
||||
(V_ip6_forward_rt.ro_rt->rt_flags & RTF_UP) != 0 &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue