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 Wol...



details:   https://anonhg.NetBSD.org/src/rev/c34e367e7e2a
branches:  ipsec-tools-0_8-branch
changeset: 763328:c34e367e7e2a
user:      tteras <tteras%NetBSD.org@localhost>
date:      Wed Aug 29 08:54:00 2012 +0000

description:
>From Wolfgang Schmieder <wolfgang.schmieder%honeywell.com@localhost>: setup phase1
port properly.

diffstat:

 crypto/dist/ipsec-tools/src/racoon/isakmp.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c834092e0de9 -r c34e367e7e2a crypto/dist/ipsec-tools/src/racoon/isakmp.c
--- a/crypto/dist/ipsec-tools/src/racoon/isakmp.c       Wed Aug 29 08:42:24 2012 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/isakmp.c       Wed Aug 29 08:54:00 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isakmp.c,v 1.71 2011/03/15 13:20:14 vanhu Exp $        */
+/*     $NetBSD: isakmp.c,v 1.71.2.1 2012/08/29 08:54:00 tteras Exp $   */
 
 /* Id: isakmp.c,v 1.74 2006/05/07 21:32:59 manubsd Exp */
 
@@ -2943,7 +2943,7 @@
                port = myaddr_getsport(iph1->local);
                if (port == 0)
                        port = PORT_ISAKMP;
-               set_port(iph1->local, PORT_ISAKMP);
+               set_port(iph1->local, port);
        }
 
 #ifdef ENABLE_NATT



Home | Main Index | Thread Index | Old Index