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 Wolfgang Schmieder <...
details: https://anonhg.NetBSD.org/src/rev/321f2534cf91
branches: trunk
changeset: 770289:321f2534cf91
user: tteras <tteras%NetBSD.org@localhost>
date: Tue Oct 11 14:37:17 2011 +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 a2cb4c891168 -r 321f2534cf91 crypto/dist/ipsec-tools/src/racoon/isakmp.c
--- a/crypto/dist/ipsec-tools/src/racoon/isakmp.c Tue Oct 11 13:53:56 2011 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/isakmp.c Tue Oct 11 14:37:17 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isakmp.c,v 1.71 2011/03/15 13:20:14 vanhu Exp $ */
+/* $NetBSD: isakmp.c,v 1.72 2011/10/11 14:37:17 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