conf: remove direct use of config from reload_config()
The "conf" argument has to be used. Michael
This commit is contained in:
parent
ad2f478c46
commit
4b54fc203f
@ -515,7 +515,7 @@ int reload_config (const char *config_fname, struct config_s *conf,
|
|||||||
"Only values greater than zero are allowed. "
|
"Only values greater than zero are allowed. "
|
||||||
"Therefore setting idle timeout to %u seconds.",
|
"Therefore setting idle timeout to %u seconds.",
|
||||||
MAX_IDLE_TIME);
|
MAX_IDLE_TIME);
|
||||||
config.idletimeout = MAX_IDLE_TIME;
|
conf->idletimeout = MAX_IDLE_TIME;
|
||||||
}
|
}
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
Loading…
Reference in New Issue
Block a user