Changeset 134 for branches/samba-3.0/source/printing/printing.c
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/printing/printing.c
r1 r134 2526 2526 goto fail; 2527 2527 2528 /* The print job has been suc essfully handed over to the back-end */2528 /* The print job has been successfully handed over to the back-end */ 2529 2529 2530 2530 pjob->spooled = True; … … 2540 2540 fail: 2541 2541 2542 /* The print job was not succes fully started. Cleanup */2542 /* The print job was not successfully started. Cleanup */ 2543 2543 /* Still need to add proper error return propagation! 010122:JRR */ 2544 2544 unlink(pjob->filename);
Note:
See TracChangeset
for help on using the changeset viewer.