diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-27 03:37:24 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-27 03:37:24 +0000 |
commit | fab45746e218a2ecc8e052b7fcea95fbb7707d2e (patch) | |
tree | aa18f178d7d73efb236ac70d7a5722760adb74ac | |
parent | 41c65a02541c00302da09ad4cbe4a89c2c29cb5b (diff) |
Forgot to convert this tag.
-rw-r--r-- | sys/netinet/ipsec_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c index f5e316fd7aa..a6bf5aec750 100644 --- a/sys/netinet/ipsec_input.c +++ b/sys/netinet/ipsec_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_input.c,v 1.38 2001/05/20 08:33:33 angelos Exp $ */ +/* $OpenBSD: ipsec_input.c,v 1.39 2001/05/27 03:37:23 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -452,7 +452,7 @@ ipsec_common_input_cb(struct mbuf *m, struct tdb *tdbp, int skip, int protoff) * Record what we've done to the packet (under what SA it was * processed). */ - mtag = m_tag_get(PACKET_TAG_IPSEC_DONE, sizeof(struct tdb_ident), + mtag = m_tag_get(PACKET_TAG_IPSEC_IN_DONE, sizeof(struct tdb_ident), M_NOWAIT); if (mtag == NULL) { |