From 6fa5fb8ef26dab862df5c46bb5e74f19839c30e2 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Thu, 26 Nov 2020 15:24:26 +0100 Subject: [PATCH] s4/samba: call force_check_log_size() in standard_accept_connection() BUG: https://bugzilla.samba.org/show_bug.cgi?id=14248 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source4/samba/process_standard.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/samba/process_standard.c b/source4/samba/process_standard.c index 2820e30eace..0e1a2db8a5b 100644 --- a/source4/samba/process_standard.c +++ b/source4/samba/process_standard.c @@ -408,6 +408,8 @@ static void standard_accept_connection( talloc_free(c); talloc_free(s); + force_check_log_size(); + /* setup this new connection. Cluster ID is PID based for this process model */ new_conn(ev, lp_ctx, sock2, cluster_id(pid, 0), private_data, process_context); -- 2.47.3