Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/crypto/dist/ipsec-tools/src/racoon Pull up revision 1.2 (...
details: https://anonhg.NetBSD.org/src/rev/b589aa1cc412
branches: netbsd-3
changeset: 575904:b589aa1cc412
user: tron <tron%NetBSD.org@localhost>
date: Sat May 28 12:57:24 2005 +0000
description:
Pull up revision 1.2 (requested by manu in ticket #336):
Really delete phase 1 on Xauth failure
diffstat:
crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7f50e1e39b5f -r b589aa1cc412 crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c
--- a/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c Sat May 28 12:52:39 2005 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c Sat May 28 12:57:24 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isakmp_xauth.c,v 1.1.1.4 2005/03/16 23:52:55 manu Exp $ */
+/* $NetBSD: isakmp_xauth.c,v 1.1.1.4.2.1 2005/05/28 12:57:24 tron Exp $ */
/* Id: isakmp_xauth.c,v 1.17.2.3 2005/03/16 00:13:38 manubsd Exp */
@@ -915,7 +915,7 @@
EVT_PUSH(iph1->local, iph1->remote,
EVTT_XAUTH_FAILED, NULL);
- iph1->mode_cfg->flags &= ISAKMP_CFG_DELETE_PH1;
+ iph1->mode_cfg->flags |= ISAKMP_CFG_DELETE_PH1;
} else {
EVT_PUSH(iph1->local,
iph1->remote, EVTT_XAUTH_SUCCESS, NULL);
Home |
Main Index |
Thread Index |
Old Index