From 5cd3cdf3c82ef49506124ace13d20c52afd5d44a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 27 Apr 2011 17:11:41 +0200 Subject: step: config-specific module list used during config processing --- tools/syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/syslogd.c b/tools/syslogd.c index fc23f058..dcce4d77 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -2176,7 +2176,7 @@ int realMain(int argc, char **argv) "startup with a dirty config.\n"); exit(2); } - iRet = RS_RET_OK; + localRet = RS_RET_OK; } CHKiRet(localRet); -- cgit