summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-10-11 02:04:46 +0000
committerJeremy Allison <jra@samba.org>2000-10-11 02:04:46 +0000
commite9270d61fc8ddaecd8eb1d2c0a9ce8eba13b1194 (patch)
treee46d1fce7670af028e2b3cb0ed858b6c085b785d /source3/smbd/process.c
parentcdb71ca5181aa1e06bebe2fffb02dc39de83645e (diff)
downloadsamba-e9270d61fc8ddaecd8eb1d2c0a9ce8eba13b1194.tar.gz
samba-e9270d61fc8ddaecd8eb1d2c0a9ce8eba13b1194.tar.bz2
samba-e9270d61fc8ddaecd8eb1d2c0a9ce8eba13b1194.zip
Remove lpq as root fix - do this in print_job_start instead
as part of print queue length processing. Jeremy. (This used to be commit e85a0fadd8dcf608822819f00f15569713518806)
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r--source3/smbd/process.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 9ed83ec88c..1599ade12d 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -994,12 +994,6 @@ machine %s in domain %s.\n", global_myname, global_myworkgroup ));
process_pending_change_notify_queue(t);
/*
- * Ensure the print queue tdb doesn't grow too
- * big by periodically scanning it.
- */
- process_print_queue(t);
-
- /*
* Now we are root, check if the log files need pruning.
*/
if(need_to_check_log_size())