mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
missing splx
Obtained from: KAME MFC after: 1 week
This commit is contained in:
parent
ab101c5598
commit
e4c606a0ca
1 changed files with 1 additions and 0 deletions
|
|
@ -6483,6 +6483,7 @@ key_expire(sav)
|
|||
mtod(result, struct sadb_msg *)->sadb_msg_len =
|
||||
PFKEY_UNIT64(result->m_pkthdr.len);
|
||||
|
||||
splx(s);
|
||||
return key_sendup_mbuf(NULL, result, KEY_SENDUP_REGISTERED);
|
||||
|
||||
fail:
|
||||
|
|
|
|||
Loading…
Reference in a new issue