diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |