summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-03-18 10:13:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:41 -0500
commit8d0cfddb26a354606844a10254055fb8cd54e792 (patch)
tree105c6c04e7e8739fb7854df80aceb6acd4db7658 /source3/smbd
parent2864d86b37fe29ba2e985b61e646061feb0b841f (diff)
downloadsamba-8d0cfddb26a354606844a10254055fb8cd54e792.tar.gz
samba-8d0cfddb26a354606844a10254055fb8cd54e792.tar.bz2
samba-8d0cfddb26a354606844a10254055fb8cd54e792.zip
r21868: Remove check_log_size from the central smbd processing loop. This can be done
with a become_root/unbecome_root in debug.c. (This used to be commit 4632a0caaf251d9cc7b9d84cbd20362d37f0e4e0)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/process.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 846f338ccf..83072817a3 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -1448,13 +1448,6 @@ machine %s in domain %s.\n", global_myname(), lp_workgroup()));
update_monitored_printq_cache();
- /*
- * Now we are root, check if the log files need pruning.
- * Force a log file check.
- */
- force_check_log_size();
- check_log_size();
-
/* Send any queued printer notify message to interested smbd's. */
print_notify_send_messages(0);