propagate reload of filter file to child procs by sending HUP signals
This commit is contained in:
parent
3474de599f
commit
25057baf54
@ -432,6 +432,9 @@ void child_main_loop (void)
|
|||||||
filter_reload ();
|
filter_reload ();
|
||||||
#endif /* FILTER_ENABLE */
|
#endif /* FILTER_ENABLE */
|
||||||
|
|
||||||
|
/* propagate filter reload to all children */
|
||||||
|
child_kill_children (SIGHUP);
|
||||||
|
|
||||||
received_sighup = FALSE;
|
received_sighup = FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user