diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2003-11-08 00:34:34 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2003-11-08 00:34:34 +0000 |
| commit | 27a940c9a29a5a1ef76b289d32124d6b8d663fc3 (patch) | |
| tree | 230bd7546484b87812d4ff669ac6a5369d27484d /sys/netinet/tcp_output.c | |
| parent | 8a4b86b9a43f4b68e15dd9b74cbebc613a24971a (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_output.c')
| -rw-r--r-- | sys/netinet/tcp_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index b7ddc23ec8da..9270402e2f49 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -880,7 +880,7 @@ send: : NULL); /* TODO: IPv6 IP6TOS_ECT bit on */ -#ifdef IPSEC +#if defined(IPSEC) && !defined(FAST_IPSEC) if (ipsec_setsocket(m, so) != 0) { m_freem(m); error = ENOBUFS; |
