From dea543841bb1f1c46586a68da21d55b44c6bf158 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 26 Mar 2011 19:16:55 +0100 Subject: Imported Upstream version 5.7.9 --- 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 dbbdbfe..c9734d1 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -799,7 +799,7 @@ DEFFUNC_llExecFunc(flushRptdMsgsActions) DBGPRINTF("flush %s: repeated %d times, %d sec.\n", module.GetStateName(pAction->pMod), pAction->f_prevcount, repeatinterval[pAction->f_repeatcount]); - actionWriteToAction(pAction); + actionWriteToAction(pAction, NULL, 0); BACKOFF(pAction); } UnlockObj(pAction); -- cgit v1.2.3