From 324abae2ef4e68d54fc3a3a4271fb5bafff8171a Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 27 Sep 2007 06:40:50 +0000 Subject: added vsyslog to leak detectives white list removed debugging hook on openac cleanup --- src/libstrongswan/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstrongswan/debug.c') diff --git a/src/libstrongswan/debug.c b/src/libstrongswan/debug.c index 996cae502..a71e978b8 100644 --- a/src/libstrongswan/debug.c +++ b/src/libstrongswan/debug.c @@ -28,7 +28,7 @@ /** * default dbg function which printf all to stderr */ -static void dbg_stderr(int level, char *fmt, ...) +void dbg_default(int level, char *fmt, ...) { va_list args; @@ -38,4 +38,4 @@ static void dbg_stderr(int level, char *fmt, ...) va_end(args); } -void (*dbg) (int level, char *fmt, ...) = dbg_stderr; +void (*dbg) (int level, char *fmt, ...) = dbg_default; -- cgit v1.2.3