main/conf: add maxidletimeout to initialize_config_defaults

But keep the resetting check after processing the conf file.

Michael
This commit is contained in:
Michael Adam 2009-12-06 01:39:33 +01:00
parent c853cec164
commit 34dbeb3626

View File

@ -313,6 +313,7 @@ static void initialize_config_defaults (struct config_s *conf)
*/ */
conf->errorpages = NULL; conf->errorpages = NULL;
conf->stathost = safestrdup (TINYPROXY_STATHOST); conf->stathost = safestrdup (TINYPROXY_STATHOST);
conf->idletimeout = MAX_IDLE_TIME;
} }
int int