summaryrefslogtreecommitdiffstats
path: root/runtime/conf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-12 10:14:45 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-12 10:14:45 +0200
commit1af948107e6e520788e374adccf4986bf07e92f5 (patch)
tree0b34a726aeae4a459c17f5e9307ad96e39800bee /runtime/conf.c
parent7f7e5ef75a6183c3b625afe58984343f9b7997be (diff)
downloadrsyslog-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.c1
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;
}