From 4b54fc203ffd9fee03a0d0d57932ef929a1876b6 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 7 Dec 2009 07:55:03 +0100 Subject: conf: remove direct use of config from reload_config() The "conf" argument has to be used. Michael --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/conf.c b/src/conf.c index 262446d..128b09c 100644 --- a/src/conf.c +++ b/src/conf.c @@ -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: -- cgit v1.2.3