use new filter_reload() in child_main_loop()
This commit is contained in:
parent
83987babd3
commit
b837e65b21
@ -417,12 +417,7 @@ void child_main_loop (void)
|
|||||||
truncate_log_file ();
|
truncate_log_file ();
|
||||||
|
|
||||||
#ifdef FILTER_ENABLE
|
#ifdef FILTER_ENABLE
|
||||||
if (config.filter) {
|
filter_reload ();
|
||||||
log_message (LOG_NOTICE,
|
|
||||||
"Re-reading filter file.");
|
|
||||||
filter_destroy ();
|
|
||||||
filter_init ();
|
|
||||||
}
|
|
||||||
#endif /* FILTER_ENABLE */
|
#endif /* FILTER_ENABLE */
|
||||||
|
|
||||||
received_sighup = FALSE;
|
received_sighup = FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user