summaryrefslogtreecommitdiff
path: root/source3/printing/printfsp.c
AgeCommit message (Collapse)AuthorFilesLines
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-1/+0
fsp->open is no longer needed (if an fsp pointer is valid, then it's open :-). NB for Luke, this patch also did not apply to TNG. TNG is not yet identical w.r.t file serving with HEAD. This makes it impossible for me to help maintain TNG. Please fix asap. lib/substitute.c: Removed unused variable (pidstr). Jeremy. (This used to be commit 389b700a26e8a308a0dff6fc038c38068aa0119a)
2000-04-23split fsp specific routines out of printing.c to fix linking problemAndrew Tridgell1-0/+91
in TNG (This used to be commit 82df25b28b94b0041676fb433e0e677acb544579)