summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-27 00:39:28 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-27 00:39:28 +0000
commit2891f3c179dd5dbd7059a576bbc528955e6ea05b (patch)
tree5dfb26ee02bd00835911a873ffb26320514b543c /sys/netinet/udp_usrreq.c
parentb29302ef52836bf1ca4cdc550448dff28cecbe41 (diff)
Use the new IPsec tags.
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r--sys/netinet/udp_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c
index 3c3d6be9490..fdb2fab59f1 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: udp_usrreq.c,v 1.58 2001/05/20 08:35:12 angelos Exp $ */
+/* $OpenBSD: udp_usrreq.c,v 1.59 2001/05/27 00:39:27 angelos Exp $ */
/* $NetBSD: udp_usrreq.c,v 1.28 1996/03/16 23:54:03 christos Exp $ */
/*
@@ -517,7 +517,7 @@ udp_input(m, va_alist)
}
#ifdef IPSEC
- mtag = m_tag_find(m, PACKET_TAG_IPSEC_DONE, NULL);
+ mtag = m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL);
s = splnet();
if (mtag != NULL) {
tdbi = (struct tdb_ident *)(mtag + 1);