diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-10 08:18:10 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-10 08:18:10 +0200 |
commit | 8c0ac28fd9ff006154e78ffabd75a088cb8fe087 (patch) | |
tree | 936b3b0635b78826bdfb27ef4ba16421ad9be161 /tools/syslogd.c | |
parent | 2658319224574a54a1c76ee02b6a7f3af5dab068 (diff) | |
download | rsyslog-8c0ac28fd9ff006154e78ffabd75a088cb8fe087.tar.gz rsyslog-8c0ac28fd9ff006154e78ffabd75a088cb8fe087.tar.bz2 rsyslog-8c0ac28fd9ff006154e78ffabd75a088cb8fe087.zip |
fixed syntax error (typo in var name) and cleaup
Diffstat (limited to 'tools/syslogd.c')
-rw-r--r-- | tools/syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c index 7f415f3c..ab4d6784 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -2533,7 +2533,7 @@ mainloop(void) * for the time being, I think the remaining risk can be accepted. * rgerhards, 2008-01-10 */ - if(bReducedRepeatMsgs == 1) + if(bReduceRepeatMsgs == 1) doFlushRptdMsgs(); if(restart) { |