diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-03-27 20:41:32 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-03-27 20:41:32 +0000 |
| commit | 6823b8239967acfcb4215fb01f980c7505ffbff2 (patch) | |
| tree | 2af623e61196a6de24e984405e2087958e9f5f97 /sys/netinet/udp_usrreq.c | |
| parent | 60a6006b6c25324e22dcce673d5fff54f5b2c429 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
| -rw-r--r-- | sys/netinet/udp_usrreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index adef1f8e9a852..56f195ee2d119 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -940,7 +940,7 @@ udp_attach(struct socket *so, int proto, struct thread *td) return error; } s = splnet(); - error = in_pcballoc(so, &udbinfo, td, "udpinp"); + error = in_pcballoc(so, &udbinfo, "udpinp"); splx(s); if (error) { INP_INFO_WUNLOCK(&udbinfo); |
