summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-12-07 09:01:48 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-12-07 09:01:48 +0000
commit744f8d214880ff3eb7e4115d2ccd1e88c5155e41 (patch)
tree1b3ad2c1824ede28c53849b53f3e6a4717fb54b6 /sys
parent9ee72983c9413873178f66eeef808559910d3b00 (diff)
Forgot a printf...
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_ah.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_ah.c b/sys/netinet/ip_ah.c
index 30f87aa50d1..551a5ae8023 100644
--- a/sys/netinet/ip_ah.c
+++ b/sys/netinet/ip_ah.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ah.c,v 1.30 1999/12/07 08:57:59 angelos Exp $ */
+/* $OpenBSD: ip_ah.c,v 1.31 1999/12/07 09:01:47 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -284,8 +284,6 @@ ah_input(m, va_alist)
} else
m->m_pkthdr.tdbi = NULL;
- printf("here4\n");
-
/* Packet is authentic */
m->m_flags |= M_AUTH;