From 2cf3b2fa3c5c5b6cbf104294c7fc8860bb49bac0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 29 May 2009 17:39:32 +0200 Subject: fixed a regression of yesterday's patch ... I know I should not have done this to a stable branch... Thankfully nothing was yet released. --- tools/syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/syslogd.c') diff --git a/tools/syslogd.c b/tools/syslogd.c index 13eaede2..357f6699 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -2300,7 +2300,7 @@ init(void) bHadConfigErr = 1; } - if(localRet != RS_RET_OK || iNbrActions == 0) { + if((localRet != RS_RET_OK && localRet != RS_RET_NONFATAL_CONFIG_ERR) || iNbrActions == 0) { /* rgerhards: this code is executed to set defaults when the * config file could not be opened. We might think about * abandoning the run in this case - but this, too, is not -- cgit v1.2.3