s4: call reopen_logs_internal() in the SIGHUP handler of the prefork process model
authorRalph Boehme <slow@samba.org>
Mon, 23 Nov 2020 15:44:04 +0000 (16:44 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 7 Dec 2020 17:54:10 +0000 (17:54 +0000)
commit19413e76a46f07fdd46fde5e60707bb6845a782d
tree0f4fedcb544057ce34d1052b0b6dfd8f0379e056
parent9f71e6173ab43a04804ba8061cb0e8ae6c0165bf
s4: call reopen_logs_internal() in the SIGHUP handler of the prefork process model

With debug_schedule_reopen_logs() the actual reopen only takes place at some
point in the future when a DEBUG message is processed.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14248

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/samba/process_prefork.c