main/conf: add maxidletimeout to initialize_config_defaults
But keep the resetting check after processing the conf file. Michael
This commit is contained in:
parent
c853cec164
commit
34dbeb3626
@ -313,6 +313,7 @@ static void initialize_config_defaults (struct config_s *conf)
|
||||
*/
|
||||
conf->errorpages = NULL;
|
||||
conf->stathost = safestrdup (TINYPROXY_STATHOST);
|
||||
conf->idletimeout = MAX_IDLE_TIME;
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user