Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/ipsec-tools-0_8-branch]: src/crypto/dist/ipsec-tools/src/racoon From Rai...
details: https://anonhg.NetBSD.org/src/rev/526c54a10067
branches: ipsec-tools-0_8-branch
changeset: 763329:526c54a10067
user: tteras <tteras%NetBSD.org@localhost>
date: Wed Aug 29 08:55:26 2012 +0000
description:
>From Rainer Weikusat <rweikusat%mobileactivedefense.com@localhost>: Release unused
phase2 of passive remotes after acquire.
diffstat:
crypto/dist/ipsec-tools/src/racoon/isakmp.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c34e367e7e2a -r 526c54a10067 crypto/dist/ipsec-tools/src/racoon/isakmp.c
--- a/crypto/dist/ipsec-tools/src/racoon/isakmp.c Wed Aug 29 08:54:00 2012 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/isakmp.c Wed Aug 29 08:55:26 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isakmp.c,v 1.71.2.1 2012/08/29 08:54:00 tteras Exp $ */
+/* $NetBSD: isakmp.c,v 1.71.2.2 2012/08/29 08:55:26 tteras Exp $ */
/* Id: isakmp.c,v 1.74 2006/05/07 21:32:59 manubsd Exp */
@@ -2186,7 +2186,7 @@
"because of passive mode, "
"ignore the acquire message for %s.\n",
saddrwop2str(iph2->dst));
- return 0;
+ return -1;
}
/*
Home |
Main Index |
Thread Index |
Old Index