diff options
-rw-r--r-- | sys/netinet/ip_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 0d6ade9..091ee77 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -681,7 +681,7 @@ passin: IPSTAT_INC(ips_cantforward); m_freem(m); } else { -#ifdef IPSEC +#ifdef IPSEC_FWD_CHECK if (V_ipipsec_in_use && ip_ipsec_fwd(m)) goto bad; #endif /* IPSEC */ |