diff --git a/src/conf.c b/src/conf.c index 0b3a1a1..ebb1bfd 100644 --- a/src/conf.c +++ b/src/conf.c @@ -249,7 +249,6 @@ config_init (void) unsigned int i, r; for (i = 0; i != ndirectives; ++i) { - assert (!directives[i].cre); if (!directives[i].handler) { directives[i].handler = handle_disabled_feature;