Fix build breakage from previous commit which confused key_abort and key_close.

This commit is contained in:
George V. Neville-Neil 2006-07-22 09:18:02 +00:00
parent 525388396e
commit 87b4dfd5b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160566

View File

@ -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);