mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
missing splx.
this is a NOOP change, and primarily merged for consistency with -STABLE. Approved by: re (rwatson)
This commit is contained in:
parent
69de7f12cb
commit
dd8b0111cb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123023
@ -2695,6 +2695,7 @@ key_spdexpire(sp)
|
||||
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 New Issue
Block a user