summaryrefslogtreecommitdiff
path: root/source4/samba
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2020-11-26 15:24:26 +0100
committerJeremy Allison <jra@samba.org>2020-12-07 17:54:10 +0000
commit6fa5fb8ef26dab862df5c46bb5e74f19839c30e2 (patch)
tree02017c7bda1bd2497ec96efa8e88b1756b540de5 /source4/samba
parent82b64e930b0e2d3b2e5186017d9f8e420994136c (diff)
downloadsamba-6fa5fb8ef26dab862df5c46bb5e74f19839c30e2.tar.gz
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 <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/samba')
-rw-r--r--source4/samba/process_standard.c2
1 files changed, 2 insertions, 0 deletions
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);