fix conditiion

-- 
Alexey Shabalin
From f9ab85c8840fddf5f5b293d8eab041eebf9e2d62 Mon Sep 17 00:00:00 2001
From: Alexey Shabalin <[email protected]>
Date: Fri, 10 Jan 2014 02:34:54 +0400
Subject: [PATCH] fix conditiion

---
 tools/syslogd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/syslogd.c b/tools/syslogd.c
index f14e8d5..a0dbb6b 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -1675,7 +1675,7 @@ doGlblProcessInit(void)
 			i = 3;
 			dbgprintf("in child, finalizing initialization\n");
 
-			/* if (sd_booted()) */ {
+			if (sd_booted()) {
 				const char *e;
 				char buf[24] = { '\0' };
 				char *p = NULL;
-- 
1.8.4.3

_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to