diff options
author | Jeremy Allison <jra@samba.org> | 2002-03-20 00:46:53 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-03-20 00:46:53 +0000 |
commit | b9e91d2a8e41a43d7ebb7d7eed807a7d8de9b329 (patch) | |
tree | bd74664377abf0b1d0745476d88f6668d06c5718 /source3/printing | |
parent | 0cd5dd67ce12f02d3d20568e901ef7666caa8472 (diff) | |
download | samba-b9e91d2a8e41a43d7ebb7d7eed807a7d8de9b329.tar.gz samba-b9e91d2a8e41a43d7ebb7d7eed807a7d8de9b329.tar.xz samba-b9e91d2a8e41a43d7ebb7d7eed807a7d8de9b329.zip |
Remove the "stat open" code - make it inline. This should fix the
bugs with opening and renaming mp3 files, also the word rename
problems that people have had for a while.
Needs a make clean :-) make.
Also added JohnR's printing fix.
Jeremy.
(This used to be commit 504e5ef0494c54efbd0357e334cb2aa5a9eb9c14)
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/printfsp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/printing/printfsp.c b/source3/printing/printfsp.c index 2560e1c2fe..9f33d57ad5 100644 --- a/source3/printing/printfsp.c +++ b/source3/printing/printfsp.c @@ -68,7 +68,6 @@ files_struct *print_fsp_open(connection_struct *conn, char *fname) fsp->oplock_type = NO_OPLOCK; fsp->sent_oplock_break = NO_BREAK_SENT; fsp->is_directory = False; - fsp->stat_open = False; fsp->directory_delete_on_close = False; fsp->conn = conn; string_set(&fsp->fsp_name,print_job_fname(jobid)); |