propagate reload of filter file to child procs by sending HUP signals

This commit is contained in:
Michael Adam 2009-10-25 23:32:32 +01:00
parent 3474de599f
commit 25057baf54

View File

@ -432,6 +432,9 @@ void child_main_loop (void)
filter_reload ();
#endif /* FILTER_ENABLE */
/* propagate filter reload to all children */
child_kill_children (SIGHUP);
received_sighup = FALSE;
}
}