diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-02-03 18:20:55 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-02-03 18:20:55 +0000 |
| commit | f073c60f73b0212a7c2cdde142b0e79e8a3981fa (patch) | |
| tree | d4a15c08d97fd84eaa902735fd317261af259609 /sys/netinet/tcp_output.c | |
| parent | fc9579997cbd6b5bb3cfe375f114430cd0f3a07d (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_output.c')
| -rw-r--r-- | sys/netinet/tcp_output.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index c44fa965f2c9..f30d6c31f0af 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -878,13 +878,6 @@ send: ip6->ip6_hlim = in6_selecthlim(tp->t_inpcb, NULL); /* TODO: IPv6 IP6TOS_ECT bit on */ -#if defined(IPSEC) && !defined(FAST_IPSEC) - if (ipsec_setsocket(m, so) != 0) { - m_freem(m); - error = ENOBUFS; - goto out; - } -#endif /*IPSEC*/ error = ip6_output(m, tp->t_inpcb->in6p_outputopts, NULL, (so->so_options & SO_DONTROUTE), NULL, NULL, |
