unbreak compilation of FAST_IPSEC

Supported by:	FreeBSD Foundation
This commit is contained in:
Sam Leffler
2003-11-08 00:34:34 +00:00
parent 8a4b86b9a4
commit 27a940c9a2
+1 -1
View File
@@ -880,7 +880,7 @@ tcp_output(struct tcpcb *tp)
: NULL); : NULL);
/* TODO: IPv6 IP6TOS_ECT bit on */ /* TODO: IPv6 IP6TOS_ECT bit on */
#ifdef IPSEC #if defined(IPSEC) && !defined(FAST_IPSEC)
if (ipsec_setsocket(m, so) != 0) { if (ipsec_setsocket(m, so) != 0) {
m_freem(m); m_freem(m);
error = ENOBUFS; error = ENOBUFS;