From e9270d61fc8ddaecd8eb1d2c0a9ce8eba13b1194 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 11 Oct 2000 02:04:46 +0000 Subject: 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) --- source3/smbd/process.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/smbd/process.c') 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 @@ -993,12 +993,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. */ -- cgit