diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-12 10:14:45 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-12 10:14:45 +0200 |
commit | 1af948107e6e520788e374adccf4986bf07e92f5 (patch) | |
tree | 0b34a726aeae4a459c17f5e9307ad96e39800bee /runtime/conf.c | |
parent | 7f7e5ef75a6183c3b625afe58984343f9b7997be (diff) | |
download | rsyslog-1af948107e6e520788e374adccf4986bf07e92f5.tar.gz rsyslog-1af948107e6e520788e374adccf4986bf07e92f5.tar.xz rsyslog-1af948107e6e520788e374adccf4986bf07e92f5.zip |
fixed abort when emergency configuration was activated
this regression was introduced last friday, so this is *NOT* present
in any released version.
Diffstat (limited to 'runtime/conf.c')
-rw-r--r-- | runtime/conf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/conf.c b/runtime/conf.c index 412a756d..81b6c081 100644 --- a/runtime/conf.c +++ b/runtime/conf.c @@ -1193,7 +1193,6 @@ cfline(uchar *line, rule_t **pfCurr) break; default: iRet = cflineClassic(line, pfCurr); -ISOBJ_TYPE_assert(*pfCurr, rule); break; } |