From d90c4a046203f6218e36a2b5f06742a7a4eae8b1 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 7 Jul 2004 21:43:44 +0000 Subject: r1384: ensure we remove the tdb entry for a job in the spooling state (This used to be commit bc8cf6c852617b266f6dabed84bbd912a188f3a3) --- source3/printing/printing.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/printing/printing.c b/source3/printing/printing.c index 8beea9d0ce..10ca7e47e7 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -600,7 +600,6 @@ void pjob_delete(int snum, uint32 jobid) tdb_delete(pdb->tdb, print_key(jobid)); release_print_db(pdb); rap_jobid_delete(snum, jobid); - remove_from_jobs_changed( snum, jobid ); } /**************************************************************************** @@ -1685,8 +1684,6 @@ pause, or resume print job. User name: %s. Printer name: %s.", *errcode = map_werror_from_unix(errno); return False; } - - return True; } if (!print_job_delete1(snum, jobid)) { -- cgit