Do not fatal if no listeners are defined.

This commit is contained in:
Joris Vink 2016-01-07 10:09:44 +01:00
parent 2f4387e0cd
commit e9b56c81a5
1 changed files with 0 additions and 3 deletions

View File

@ -160,9 +160,6 @@ kore_parse_config(void)
if (!kore_module_loaded())
fatal("no site module was loaded");
if (LIST_EMPTY(&listeners))
fatal("no listeners defined");
if (skip_chroot != 1 && chroot_path == NULL) {
fatal("missing a chroot path");
}