summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-19 13:59:42 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-19 13:59:42 +0200
commit2bf008af08cda8bd1b4c712172dd8790f0f8343e (patch)
treed9af9c5aa78047f89709532d242b2c27dd592bdf /runtime
parente005c5569c3e0c7c9a098036b7ec3596c3c722b4 (diff)
downloadrsyslog-2bf008af08cda8bd1b4c712172dd8790f0f8343e.tar.gz
rsyslog-2bf008af08cda8bd1b4c712172dd8790f0f8343e.tar.xz
rsyslog-2bf008af08cda8bd1b4c712172dd8790f0f8343e.zip
added new testcase; fixed bug in testdriver
Diffstat (limited to 'runtime')
-rw-r--r--runtime/rule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rule.c b/runtime/rule.c
index 182d616a..fe2cf432 100644
--- a/runtime/rule.c
+++ b/runtime/rule.c
@@ -138,6 +138,7 @@ shouldProcessThisMessage(rule_t *pRule, msg_t *pMsg, int *bProcessMsg)
}
}
+RUNLOG_VAR("%p", pRule->pCSProgNameComp);
if(pRule->pCSProgNameComp != NULL) {
int bInv = 0, bEqv = 0, offset = 0;
if(*(rsCStrGetSzStrNoNULL(pRule->pCSProgNameComp)) == '-') {