summaryrefslogtreecommitdiffstats
path: root/tools/pmrfc3164.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-04 11:33:09 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-04 11:33:09 +0100
commitef661fe13c0ab5018afedb1cb5b8cffab05ad7c4 (patch)
treed7698c542ba3d49e9a75781559034f39f910d95e /tools/pmrfc3164.c
parent1b7f5c54684db29c096e09238648a45dce78ebee (diff)
downloadrsyslog-ef661fe13c0ab5018afedb1cb5b8cffab05ad7c4.tar.gz
rsyslog-ef661fe13c0ab5018afedb1cb5b8cffab05ad7c4.tar.xz
rsyslog-ef661fe13c0ab5018afedb1cb5b8cffab05ad7c4.zip
finalized parser module calling interface
looks like we are almost done and need only to add the ruleset parser-specific config options.
Diffstat (limited to 'tools/pmrfc3164.c')
-rw-r--r--tools/pmrfc3164.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/pmrfc3164.c b/tools/pmrfc3164.c
index b106d3d0..5b684af5 100644
--- a/tools/pmrfc3164.c
+++ b/tools/pmrfc3164.c
@@ -62,6 +62,10 @@ static int bParseHOSTNAMEandTAG; /* cache for the equally-named global param - p
BEGINisCompatibleWithFeature
CODESTARTisCompatibleWithFeature
+ if(eFeat == sFEATUREAutomaticSanitazion)
+ iRet = RS_RET_OK;
+ if(eFeat == sFEATUREAutomaticPRIParsing)
+ iRet = RS_RET_OK;
ENDisCompatibleWithFeature