summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-11-27 01:42:59 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-11-27 01:42:59 +0000
commita5d472111354cd2809456478b62ef797c817e150 (patch)
treeed6ea54340bb1584ffe98bca9735493543d4d010 /sbin/isakmpd
parentf92852d60415738fe874a538a06dc635e823aefa (diff)
ifndef, not ifdef
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r--sbin/isakmpd/pf_key_v2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/pf_key_v2.c b/sbin/isakmpd/pf_key_v2.c
index 43011ff5dcc..403dece89f4 100644
--- a/sbin/isakmpd/pf_key_v2.c
+++ b/sbin/isakmpd/pf_key_v2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_key_v2.c,v 1.37 2000/11/27 01:41:04 angelos Exp $ */
+/* $OpenBSD: pf_key_v2.c,v 1.38 2000/11/27 01:42:58 angelos Exp $ */
/* $EOM: pf_key_v2.c,v 1.67 2000/11/17 05:10:14 angelos Exp $ */
/*
@@ -1231,7 +1231,7 @@ pf_key_v2_flow (in_addr_t laddr, in_addr_t lmask, in_addr_t raddr,
* XXX Addresses have to be thought through. Assumes IPv4.
*/
len = sizeof *addr + PF_KEY_V2_ROUND (sizeof (struct sockaddr_in));
-#ifdef SADB_X_EXT_FLOW_TYPE
+#ifndef SADB_X_EXT_FLOW_TYPE
if (!delete || ingress)
#else
if (!delete)