Added automatic configuration of localhost_match_wildcard_host.

This commit is contained in:
Markus Makela
2015-08-28 12:47:38 +03:00
parent c5214bea1b
commit 3a901bfea7
3 changed files with 38 additions and 4 deletions

View File

@ -140,6 +140,7 @@ SERVICE *service;
service->routerModule = strdup(router);
service->users_from_all = false;
service->resources = NULL;
service->localhost_match_wildcard_host = SERVICE_PARAM_UNINIT;
service->ssl_mode = SSL_DISABLED;
service->ssl_init_done = false;
service->ssl_ca_cert = NULL;