mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
1155280a48
We need to properly handle preforked children so it is better to just do that automatically. If the parent needs/wants to intercept SIGCHLD events it can set a callback that will be called by the prefork code once the internal cleanup function that checks all prefork children has been executed. Signed-off-by: Andreas Schneider <asn@samba.org>