From ef661fe13c0ab5018afedb1cb5b8cffab05ad7c4 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 4 Nov 2009 11:33:09 +0100 Subject: finalized parser module calling interface looks like we are almost done and need only to add the ruleset parser-specific config options. --- tools/pmrfc3164.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/pmrfc3164.c') 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 -- cgit