bugfix: imjournal's thread shouldn't be canceled

Because of cancelation, the correct possition in the journal was
lost. This resulted in duplicate messages appearing in the logs.
This commit is contained in:
Tomas Heinrich 2013-05-23 20:22:47 +02:00 committed by Rainer Gerhards
parent fc88ff2ed2
commit 388665abdf

View File

@ -546,16 +546,22 @@ finalize_it:
ENDsetModCnf
BEGINisCompatibleWithFeature
CODESTARTisCompatibleWithFeature
if(eFeat == sFEATURENonCancelInputTermination)
iRet = RS_RET_OK;
ENDisCompatibleWithFeature
BEGINqueryEtryPt
CODESTARTqueryEtryPt
CODEqueryEtryPt_STD_IMOD_QUERIES
CODEqueryEtryPt_STD_CONF2_QUERIES
CODEqueryEtryPt_STD_CONF2_setModCnf_QUERIES
CODEqueryEtryPt_IsCompatibleWithFeature_IF_OMOD_QUERIES
ENDqueryEtryPt
BEGINmodInit()
CODESTARTmodInit
*ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */