summaryrefslogtreecommitdiffstats
path: root/runtime/module-template.h
diff options
context:
space:
mode:
authorAndre Lorbach <alorbach@adiscon.com>2011-08-10 11:24:38 +0200
committerAndre Lorbach <alorbach@adiscon.com>2011-08-10 11:24:38 +0200
commite90a380aacb0b7304bec004ea0208b121331dcd3 (patch)
treee54a672fc566b1028c671358e832191c87b76e40 /runtime/module-template.h
parentafb4f8e6a24398e7eeafb1f7e76189e0abbc430d (diff)
parentec1f816dae971ee66eff49bb07da352a524df0b6 (diff)
downloadrsyslog-e90a380aacb0b7304bec004ea0208b121331dcd3.tar.gz
rsyslog-e90a380aacb0b7304bec004ea0208b121331dcd3.tar.xz
rsyslog-e90a380aacb0b7304bec004ea0208b121331dcd3.zip
Merge branch 'v5-devel' of git+ssh://al@git.adiscon.com/git/rsyslog into v5-devel
Diffstat (limited to 'runtime/module-template.h')
-rw-r--r--runtime/module-template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/module-template.h b/runtime/module-template.h
index c2585e67..54c67135 100644
--- a/runtime/module-template.h
+++ b/runtime/module-template.h
@@ -275,7 +275,7 @@ static rsRetVal parseSelectorAct(uchar **pp, void **ppModData, omodStringRequest
#define CODE_STD_FINALIZERparseSelectorAct \
finalize_it:\
- if(iRet == RS_RET_OK || iRet == RS_RET_SUSPENDED) {\
+ if(iRet == RS_RET_OK || iRet == RS_RET_OK_WARN || iRet == RS_RET_SUSPENDED) {\
*ppModData = pData;\
*pp = p;\
} else {\