summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>1999-12-06 23:02:08 +0000
committerangelos <angelos@openbsd.org>1999-12-06 23:02:08 +0000
commitfe235d5dd210cce53f2c08cf77a1873a7bfc359a (patch)
tree6f427114f624928a5751092551e0064613c5d62e
parentSome preliminiries to AH revamping (similar to ESP)... (diff)
downloadwireguard-openbsd-fe235d5dd210cce53f2c08cf77a1873a7bfc359a.tar.xz
wireguard-openbsd-fe235d5dd210cce53f2c08cf77a1873a7bfc359a.zip
Oops, typo.
-rw-r--r--sys/netinet/ip_ah.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ah.c b/sys/netinet/ip_ah.c
index 2b0ce925dfa..07f18d3a323 100644
--- a/sys/netinet/ip_ah.c
+++ b/sys/netinet/ip_ah.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ah.c,v 1.28 1999/12/06 22:56:03 angelos Exp $ */
+/* $OpenBSD: ip_ah.c,v 1.29 1999/12/06 23:02:08 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -205,7 +205,7 @@ ah_input(m, va_alist)
if ((m = m_pullup(m, ipn.ip_hl << 2)) == 0)
{
- ahstat.esps_hdrops++;
+ ahstat.ahs_hdrops++;
return;
}