diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-08 13:52:33 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-08 13:52:33 +0000 |
commit | 7f4405ff42927df2d10fb03b3139b327b474565f (patch) | |
tree | efc7b76e6e9e153a9a8699b85bd0cd106004d595 /syslogd.c | |
parent | cc6a709ea6494720891cd7d5d522886194ae2609 (diff) | |
download | rsyslog-7f4405ff42927df2d10fb03b3139b327b474565f.tar.gz rsyslog-7f4405ff42927df2d10fb03b3139b327b474565f.tar.xz rsyslog-7f4405ff42927df2d10fb03b3139b327b474565f.zip |
fixed bug: default for $DropMsgsWithMaliciousDnsPTRRecords was not reset on
up and on $ResetConfigVariables
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -641,6 +641,7 @@ static rsRetVal resetConfigVariables(uchar __attribute__((unused)) *pp, void __a bDebugPrintModuleList = 1; bEscapeCCOnRcv = 1; /* default is to escape control characters */ bReduceRepeatMsgs = (logEveryMsg == 1) ? 0 : 1; + bDropMalPTRMsgs = 0; #ifdef USE_PTHREADS iMainMsgQueueSize = 10000; #endif |