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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122271

View File

@ -880,7 +880,7 @@ tcp_output(struct tcpcb *tp)
: 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;