removed useless check disallowing backlog_lines = 0 with always_backlog

This commit is contained in:
guillot 2005-07-12 19:30:10 +00:00
parent 482420e884
commit 5722685126
1 changed files with 0 additions and 8 deletions

View File

@ -658,14 +658,6 @@ int fireup(FILE *conf)
}
}
if (conf_always_backlog) {
if (conf_backlog_lines == 0) {
conf_die("You must have not nul conf_backlog_lines if "
"conf_always_backlog is enabled");
return 0;
}
}
if (!conf_log)
conf_memlog = 1;
else