summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-10 18:24:46 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-10 18:24:46 +0200
commit6141845f7514622f77d308b7aadb15891d3a627a (patch)
tree6b4c6380ff6653ca4a00bc76a235742512e8e124 /runtime
parent1dbdee7c774dd20e4653efc6871ddef5adce2785 (diff)
downloadrsyslog-6141845f7514622f77d308b7aadb15891d3a627a.tar.gz
rsyslog-6141845f7514622f77d308b7aadb15891d3a627a.tar.xz
rsyslog-6141845f7514622f77d308b7aadb15891d3a627a.zip
re-enabled queue disk fsync test
... actually, it was not broken, but just very slow. I have now reduced the number of test messages so that make check will not be held for an extended period of time.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/ruleset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/ruleset.c b/runtime/ruleset.c
index d135074f..a1454275 100644
--- a/runtime/ruleset.c
+++ b/runtime/ruleset.c
@@ -88,7 +88,6 @@ iterateRulesetAllActions(ruleset_t *pThis, rsRetVal (*pFunc)(void*, void*), void
{
iterateAllActions_t params;
DEFiRet;
- ISOBJ_TYPE_assert(pThis, ruleset);
assert(pFunc != NULL);
params.pFunc = pFunc;