conf: remove pointless assert() statement
This commit is contained in:
parent
ae4cbcabd1
commit
dabfd1ad6c
@ -249,7 +249,6 @@ config_init (void)
|
|||||||
unsigned int i, r;
|
unsigned int i, r;
|
||||||
|
|
||||||
for (i = 0; i != ndirectives; ++i) {
|
for (i = 0; i != ndirectives; ++i) {
|
||||||
assert (!directives[i].cre);
|
|
||||||
|
|
||||||
if (!directives[i].handler) {
|
if (!directives[i].handler) {
|
||||||
directives[i].handler = handle_disabled_feature;
|
directives[i].handler = handle_disabled_feature;
|
||||||
|
Loading…
Reference in New Issue
Block a user