diff options
author | Michael Meckelein <mmeckelein@hq.adiscon.com> | 2007-08-28 10:50:59 +0000 |
---|---|---|
committer | Michael Meckelein <mmeckelein@hq.adiscon.com> | 2007-08-28 10:50:59 +0000 |
commit | 4b757e8984744515b7981c606597d68be274ff9f (patch) | |
tree | 10fbf8b1899e729717b80263ecc3cb5ca1a400b7 /syslogd.c | |
parent | 54b0b3ab14799966d2845a6524fa62e9cebe5c67 (diff) | |
download | rsyslog-4b757e8984744515b7981c606597d68be274ff9f.tar.gz rsyslog-4b757e8984744515b7981c606597d68be274ff9f.tar.bz2 rsyslog-4b757e8984744515b7981c606597d68be274ff9f.zip |
applied patches for release 1.19.2, update documentationv1-19-2
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) { |