diff options
author | Jeremy Allison <jra@samba.org> | 2000-10-11 02:04:51 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-10-11 02:04:51 +0000 |
commit | f82e89be7c3720f4aaaaafb4cbcc4bf3d4d44a4c (patch) | |
tree | d633c29fc5f530737e81ff4aab40195cdaefcde9 /source/smbd/process.c | |
parent | 4b529003be1c714bae28831d9a1ae543edb65a91 (diff) | |
download | samba-f82e89be7c3720f4aaaaafb4cbcc4bf3d4d44a4c.tar.gz samba-f82e89be7c3720f4aaaaafb4cbcc4bf3d4d44a4c.tar.xz samba-f82e89be7c3720f4aaaaafb4cbcc4bf3d4d44a4c.zip |
Remove lpq as root fix - do this in print_job_start instead
as part of print queue length processing.
Jeremy.
Diffstat (limited to 'source/smbd/process.c')
-rw-r--r-- | source/smbd/process.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/smbd/process.c b/source/smbd/process.c index 9ed83ec88c5..1599ade12d6 100644 --- a/source/smbd/process.c +++ b/source/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()) |