use new filter_reload() in child_main_loop()

This commit is contained in:
Michael Adam 2009-10-25 13:55:44 +01:00
parent 83987babd3
commit b837e65b21

View File

@ -417,12 +417,7 @@ void child_main_loop (void)
truncate_log_file ();
#ifdef FILTER_ENABLE
if (config.filter) {
log_message (LOG_NOTICE,
"Re-reading filter file.");
filter_destroy ();
filter_init ();
}
filter_reload ();
#endif /* FILTER_ENABLE */
received_sighup = FALSE;