Module Name:    src
Committed By:   tteras
Date:           Wed Aug 29 08:55:27 UTC 2012

Modified Files:
        src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_8-branch]:
            isakmp.c

Log Message:
>From Rainer Weikusat <rweiku...@mobileactivedefense.com>: Release unused
phase2 of passive remotes after acquire.


To generate a diff of this commit:
cvs rdiff -u -r1.71.2.1 -r1.71.2.2 \
    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.71.2.1 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c:1.71.2.2
--- src/crypto/dist/ipsec-tools/src/racoon/isakmp.c:1.71.2.1	Wed Aug 29 08:54:00 2012
+++ src/crypto/dist/ipsec-tools/src/racoon/isakmp.c	Wed Aug 29 08:55:26 2012
@@ -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 @@ isakmp_post_acquire(iph2, iph1hint, nopa
 			"because of passive mode, "
 			"ignore the acquire message for %s.\n",
 			saddrwop2str(iph2->dst));
-		return 0;
+		return -1;
 	}
 
 	/*

Reply via email to