Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon From Rainer Weikusat <rwe...



details:   https://anonhg.NetBSD.org/src/rev/fa59771fe307
branches:  trunk
changeset: 770290:fa59771fe307
user:      tteras <tteras%NetBSD.org@localhost>
date:      Tue Oct 11 14:50:15 2011 +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 321f2534cf91 -r fa59771fe307 crypto/dist/ipsec-tools/src/racoon/isakmp.c
--- a/crypto/dist/ipsec-tools/src/racoon/isakmp.c       Tue Oct 11 14:37:17 2011 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/isakmp.c       Tue Oct 11 14:50:15 2011 +0000
@@ -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 @@
                        "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