Skip to content
Snippets Groups Projects
Commit eab36584 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Server refuses to start with unparseable config.

parent ca49efd4
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ int main(int argc, char **argv)
log_server_error("Failed to parse configuration file '%s'.\n",
config_fn);
log_server_warning("No zone served.\n");
return 1;
} else {
log_server_info("Configured %d interfaces and %d zones.\n",
conf()->ifaces_count, conf()->zones_count);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment