Fixed file descriptor leak in error processing of print jobs.
commit2060d74e48d62c99a1689ee02ac435b71918ddf0
authorJeremy Allison <jra@samba.org>
Thu, 22 Feb 2001 01:31:55 +0000 (22 01:31 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 22 Feb 2001 01:31:55 +0000 (22 01:31 +0000)
treece97341c376d0e7a5053f18dd761771b192047fe
parentf29e7f522f831db15409825cbd61709e46acb2b5
Fixed file descriptor leak in error processing of print jobs.
NT sends "delete on close" to cancel a print job copied from the command line.
Deal with this. Merged JohnR's fixes for print job errors.
Jeremy.
source/printing/printfsp.c
source/printing/printing.c
source/smbd/trans2.c