From 0c9c4ce970c5ab8e3ef02ddf25e6990511b6b896 Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Mon, 10 Jan 2000 01:23:28 +0000 Subject: Typo. --- sys/netinet/ipsec_input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet') diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c index bf54844d51a..95a26653052 100644 --- a/sys/netinet/ipsec_input.c +++ b/sys/netinet/ipsec_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_input.c,v 1.10 2000/01/10 01:20:53 angelos Exp $ */ +/* $OpenBSD: ipsec_input.c,v 1.11 2000/01/10 01:23:27 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -239,7 +239,7 @@ ipsec_common_input(struct mbuf **m0, int skip, int protoff, int af, int sproto) } /* If we do ingress filtering and the list is empty, quick drop */ - if (ipsec-acl && (tdbp->tdb_access == NULL)) + if (ipsec_acl && (tdbp->tdb_access == NULL)) { DPRINTF(("%s: packet from %s dropped due to empty policy list, SA %s/%08x\n", IPSEC_NAME, ipsp_address(src_address), ipsp_address(tdbp->tdb_dst), ntohl(spi))); splx(s); -- cgit v1.2.3