From 7f4405ff42927df2d10fb03b3139b327b474565f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 8 Aug 2007 13:52:33 +0000 Subject: fixed bug: default for $DropMsgsWithMaliciousDnsPTRRecords was not reset on up and on $ResetConfigVariables --- syslogd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/syslogd.c b/syslogd.c index 3266fe9d..137eff50 100644 --- a/syslogd.c +++ b/syslogd.c @@ -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 -- cgit v1.2.3