|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.50.4.4, 2002/06/12 20:41:45 | version 1.50.4.5, 2002/09/18 16:04:53 | ||
|---|---|---|---|
|
|
||
| error = (*so->so_proto->pr_usrreq)(so, PRU_ACCEPT, | error = (*so->so_proto->pr_usrreq)(so, PRU_ACCEPT, | ||
| (struct mbuf *)0, nam, (struct mbuf *)0, (struct proc *)0); | (struct mbuf *)0, nam, (struct mbuf *)0, (struct proc *)0); | ||
| else | else | ||
| nam->m_len = 0; | error = ECONNABORTED; | ||
| splx(s); | splx(s); | ||
| return (error); | return (error); |