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:
parent
8ea2d8f255
commit
56baccb928
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user