From: Ralph Boehme Date: Thu, 26 Nov 2020 14:23:58 +0000 (+0100) Subject: s4/samba: call force_check_log_size() in prefork_reload_after_fork() X-Git-Tag: samba-4.14.0rc1~491 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82b64e930b0e2d3b2e5186017d9f8e420994136c;p=thirdparty%2Fsamba.git s4/samba: call force_check_log_size() in prefork_reload_after_fork() BUG: https://bugzilla.samba.org/show_bug.cgi?id=14248 Signed-off-by: Ralph Boehme --- diff --git a/source4/samba/process_prefork.c b/source4/samba/process_prefork.c index 934788a3e54..6a2e3a0acfe 100644 --- a/source4/samba/process_prefork.c +++ b/source4/samba/process_prefork.c @@ -155,6 +155,7 @@ static void prefork_reload_after_fork(void) if (!NT_STATUS_IS_OK(status)) { smb_panic("Failed to re-initialise imessaging after fork"); } + force_check_log_size(); } /*