Changeset 578 for branches/samba-3.3.x/source/printing/printing.c
- Timestamp:
- Jun 25, 2011, 7:14:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/printing/printing.c
r256 r578 1413 1413 } 1414 1414 1415 if (pause_pipe[1] < 0 || pause_pipe[1] >= FD_SETSIZE) { 1416 DEBUG(5,("start_background_queue: pipe fd out of range.\n")); 1417 exit(1); 1418 } 1419 1415 1420 background_lpq_updater_pid = sys_fork(); 1416 1421
Note:
See TracChangeset
for help on using the changeset viewer.