Module Name: src
Committed By: tteras
Date: Tue Oct 11 14:50:15 UTC 2011
Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: isakmp.c
Log Message:
>From Rainer Weikusat <[email protected]>: Release unused
phase2 of passive remotes after acquire.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/dist/ipsec-tools/src/racoon/isakmp.c
diff -u src/crypto/dist/ipsec-tools/src/racoon/isakmp.c:1.72 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c:1.73
--- src/crypto/dist/ipsec-tools/src/racoon/isakmp.c:1.72 Tue Oct 11 14:37:17 2011
+++ src/crypto/dist/ipsec-tools/src/racoon/isakmp.c Tue Oct 11 14:50:15 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: isakmp.c,v 1.72 2011/10/11 14:37:17 tteras Exp $ */
+/* $NetBSD: isakmp.c,v 1.73 2011/10/11 14:50:15 tteras Exp $ */
/* Id: isakmp.c,v 1.74 2006/05/07 21:32:59 manubsd Exp */
@@ -2186,7 +2186,7 @@ isakmp_post_acquire(iph2, iph1hint, nopa
"because of passive mode, "
"ignore the acquire message for %s.\n",
saddrwop2str(iph2->dst));
- return 0;
+ return -1;
}
/*