summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
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: