conf: remove direct use of config from reload_config()

The "conf" argument has to be used.

Michael
This commit is contained in:
Michael Adam 2009-12-07 07:55:03 +01:00
parent ad2f478c46
commit 4b54fc203f

View File

@ -515,7 +515,7 @@ int reload_config (const char *config_fname, struct config_s *conf,
"Only values greater than zero are allowed. "
"Therefore setting idle timeout to %u seconds.",
MAX_IDLE_TIME);
config.idletimeout = MAX_IDLE_TIME;
conf->idletimeout = MAX_IDLE_TIME;
}
done: