summaryrefslogtreecommitdiffhomepage
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/conf.c b/src/conf.c
index b7c8da4..f0db500 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -286,7 +286,7 @@ free_added_headers (vector_t add_headers)
vector_delete (add_headers);
}
-static void free_config (struct config_s *conf)
+void free_config (struct config_s *conf)
{
safefree (conf->logf_name);
safefree (conf->stathost);
@@ -467,8 +467,6 @@ int reload_config_file (const char *config_fname, struct config_s *conf)
log_message (LOG_NOTICE, "Reloading config file");
- free_config (conf);
-
initialize_config_defaults (conf);
ret = load_config_file (config_fname, conf);