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

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