e000aa4
From 03ff061f18f555d7bec62fa6a597a275b4b3f1c7 Mon Sep 17 00:00:00 2001
8d113be
From: Martin Sehnoutka <msehnout@redhat.com>
e000aa4
Date: Thu, 17 Nov 2016 13:18:22 +0100
Ondřej Lysoněk 7c0626d
Subject: [PATCH 30/59] Fix logging into syslog when enabled in config.
8d113be
8d113be
---
8d113be
 logging.c | 2 +-
8d113be
 1 file changed, 1 insertion(+), 1 deletion(-)
8d113be
8d113be
diff --git a/logging.c b/logging.c
8d113be
index 99671b4..c4461f7 100644
8d113be
--- a/logging.c
8d113be
+++ b/logging.c
8d113be
@@ -32,7 +32,7 @@ vsf_log_init(struct vsf_session* p_sess)
8d113be
 {
8d113be
   if (tunable_syslog_enable || tunable_tcp_wrappers)
8d113be
   {
8d113be
-    vsf_sysutil_openlog(1);
8d113be
+    vsf_sysutil_openlog(0);
8d113be
   }
8d113be
   if (!tunable_xferlog_enable && !tunable_dual_log_enable)
8d113be
   {
8d113be
-- 
Ondřej Lysoněk 7c0626d
2.14.4
8d113be