Merge branch '2.0' into develop-2.0-merge

This commit is contained in:
Markus Makela
2016-11-15 00:09:24 +02:00
26 changed files with 621 additions and 239 deletions

View File

@ -1729,7 +1729,7 @@ process_config_update(CONFIG_CONTEXT *context)
if (connection_timeout)
{
serviceSetTimeout(service, config_truth_value(connection_timeout));
serviceSetTimeout(service, atoi(connection_timeout));
}
if (strlen(max_connections))