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



details:   https://anonhg.NetBSD.org/src/rev/d22f57f7a333
branches:  ipsec-tools-0_8-branch
changeset: 763346:d22f57f7a333
user:      tteras <tteras%NetBSD.org@localhost>
date:      Fri Jul 12 13:12:24 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 b9be5194c796 -r d22f57f7a333 crypto/dist/ipsec-tools/src/racoon/main.c
--- a/crypto/dist/ipsec-tools/src/racoon/main.c Tue Jun 18 05:40:36 2013 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/main.c Fri Jul 12 13:12:24 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.12.6.1 2013/07/12 13:12:24 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