diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-07-26 19:19:49 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-07-26 19:19:49 +0000 |
| commit | 13cf67f317eae4eed2e7af6dfcde5f677901919a (patch) | |
| tree | 8e3bd5ef7aeeff3d2485710cc7d3d4eeb27b0586 /sys/netinet/udp_usrreq.c | |
| parent | b954a75e3c763a4aecf127d58aa3cd9a7727d038 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
| -rw-r--r-- | sys/netinet/udp_usrreq.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 06f049c3fa53..157057b33d15 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -821,13 +821,6 @@ udp_attach(struct socket *so, int proto, struct proc *p) inp = (struct inpcb *)so->so_pcb; inp->inp_vflag |= INP_IPV4; inp->inp_ip_ttl = ip_defttl; -#ifdef IPSEC - error = ipsec_init_policy(so, &inp->inp_sp); - if (error != 0) { - in_pcbdetach(inp); - return error; - } -#endif /*IPSEC*/ return 0; } |
