summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2020-11-26 15:24:44 +0100
committerJeremy Allison <jra@samba.org>2020-12-07 18:54:29 +0000
commit058f96f4c4eda42b404f0067521d3eafb495fe7d (patch)
treef9c6d9568812112ca73a1762b67993da197644ea /source4
parent6fa5fb8ef26dab862df5c46bb5e74f19839c30e2 (diff)
downloadsamba-058f96f4c4eda42b404f0067521d3eafb495fe7d.tar.gz
s4/samba: call force_check_log_size() in standard_new_task()
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14248 RN: samba process does not honor max log size Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Mon Dec 7 18:54:29 UTC 2020 on sn-devel-184
Diffstat (limited to 'source4')
-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 0e1a2db8a5b..396054dbc9d 100644
--- a/source4/samba/process_standard.c
+++ b/source4/samba/process_standard.c
@@ -516,6 +516,8 @@ static void standard_new_task(struct tevent_context *ev,
*/
prctl_set_comment("%s[task]", service_name);
+ force_check_log_size();
+
/*
* Set up the process context to be passed through to the terminate
* and accept_connection functions