summaryrefslogtreecommitdiffstats
path: root/source/printing
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-05-08 23:16:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:50 -0500
commit3b2cd19fcb8ce38578b122fd6ae722b73081dcda (patch)
tree347881bba40c4d5bb340facba5ab9a509a6627ef /source/printing
parent978c7250f7927a805d1ab89f97496aba9ef9e31f (diff)
downloadsamba-3b2cd19fcb8ce38578b122fd6ae722b73081dcda.tar.gz
samba-3b2cd19fcb8ce38578b122fd6ae722b73081dcda.tar.xz
samba-3b2cd19fcb8ce38578b122fd6ae722b73081dcda.zip
r6673: Fix the write cache based on some VERY good detective work
from Ingo Kilian <ikilian@web.de>. You must do a make clean after updating this. Jeremy.
Diffstat (limited to 'source/printing')
-rw-r--r--source/printing/printfsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/printing/printfsp.c b/source/printing/printfsp.c
index 25f4d9bd464..863de9624e7 100644
--- a/source/printing/printfsp.c
+++ b/source/printing/printfsp.c
@@ -66,7 +66,6 @@ files_struct *print_fsp_open(connection_struct *conn, char *fname)
fsp->fd = print_job_fd(lp_const_servicename(SNUM(conn)),jobid);
GetTimeOfDay(&fsp->open_time);
fsp->vuid = current_user.vuid;
- fsp->size = 0;
fsp->pos = -1;
fsp->can_lock = True;
fsp->can_read = False;