From 4b757e8984744515b7981c606597d68be274ff9f Mon Sep 17 00:00:00 2001 From: Michael Meckelein Date: Tue, 28 Aug 2007 10:50:59 +0000 Subject: applied patches for release 1.19.2, update documentation --- syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index f7eeb6a9..5920988c 100644 --- a/syslogd.c +++ b/syslogd.c @@ -2435,7 +2435,7 @@ static rsRetVal callAction(msg_t *pMsg, action_t *pAction) /* suppress duplicate lines to this file */ - if ((pAction->f_ReduceRepeated == 1) && + if ((pAction->f_ReduceRepeated == 1) && pAction->f_pMsg != NULL && (pMsg->msgFlags & MARK) == 0 && getMSGLen(pMsg) == getMSGLen(pAction->f_pMsg) && !strcmp(getMSG(pMsg), getMSG(pAction->f_pMsg)) && !strcmp(getHOSTNAME(pMsg), getHOSTNAME(pAction->f_pMsg))) { -- cgit v1.2.3