summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-19 17:33:53 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-19 17:33:53 +0200
commit0ca6000d3a0dda2279e199b776c683200c5e48d9 (patch)
treea25a7d4827f1f5e6415aa379b9891f262820e9fe /runtime
parent13ca93c27aeabbb3e1e217c05b5aa13e00be2475 (diff)
parent0acdae34bd087cca0d1a3e0f63c2b15f8655992a (diff)
downloadrsyslog-0ca6000d3a0dda2279e199b776c683200c5e48d9.tar.gz
rsyslog-0ca6000d3a0dda2279e199b776c683200c5e48d9.tar.xz
rsyslog-0ca6000d3a0dda2279e199b776c683200c5e48d9.zip
Merge branch 'david-segfault'
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)) == '-') {