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 Sven Vermeulen <sven...
details: https://anonhg.NetBSD.org/src/rev/00c97c1d9087
branches: trunk
changeset: 787903:00c97c1d9087
user: tteras <tteras%NetBSD.org@localhost>
date: Fri Jul 12 13:11:50 2013 +0000
description:
>From Sven Vermeulen <sven.vermeulen%siphos.be@localhost>: Moves ploginit() up,
allowing logging events from init_avc() to show up as well.
diffstat:
crypto/dist/ipsec-tools/src/racoon/main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 91d2d6cdf92a -r 00c97c1d9087 crypto/dist/ipsec-tools/src/racoon/main.c
--- a/crypto/dist/ipsec-tools/src/racoon/main.c Fri Jul 12 08:55:52 2013 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/main.c Fri Jul 12 13:11:50 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.12 2009/01/26 18:13:06 tteras Exp $ */
+/* $NetBSD: main.c,v 1.13 2013/07/12 13:11:50 tteras Exp $ */
/* Id: main.c,v 1.25 2006/06/20 20:31:34 manubsd Exp */
@@ -290,6 +290,8 @@
/* NOTREACHED*/
}
+ ploginit();
+
#ifdef DEBUG_RECORD_MALLOCATION
DRM_init();
#endif
@@ -302,8 +304,6 @@
oakley_dhinit();
compute_vendorids();
- ploginit();
-
plog(LLV_INFO, LOCATION, NULL, "%s\n", version);
plog(LLV_INFO, LOCATION, NULL, "@(#)"
"This product linked %s (http://www.openssl.org/)"
Home |
Main Index |
Thread Index |
Old Index