1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-19 10:03:58 +03:00

CUPS merge from SAMBA_2_2

(This used to be commit cbb16eac0e79649f4383763439c7e745f27fd0cb)
This commit is contained in:
Gerald Carter 2002-09-20 15:11:31 +00:00
parent 8ea2d8f255
commit 56baccb928

View File

@ -665,6 +665,10 @@ cups_job_submit(int snum, struct printjob *pjob)
httpClose(http);
if ( ret == 0 )
unlink(pjob->filename);
/* else print_job_end will do it for us */
return (ret);
}