mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
Fix build breakage from previous commit which confused key_abort and key_close.
This commit is contained in:
parent
525388396e
commit
87b4dfd5b2
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ key_bind(struct socket *so, struct sockaddr *nam, struct thread *td)
|
|||
* derived from net/rtsock.c:rts_close().
|
||||
*/
|
||||
static void
|
||||
key_abort(struct socket *so)
|
||||
key_close(struct socket *so)
|
||||
{
|
||||
|
||||
raw_usrreqs.pru_close(so);
|
||||
|
|
|
|||
Loading…
Reference in a new issue