Blame SOURCES/0030-Fix-logging-into-syslog-when-enabled-in-config.patch

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