summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-08-15 16:58:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:50 -0500
commit3dd3c4cd013dadd1a1f57ac3e0750018dc5a0698 (patch)
treebbc4c0e2fee99c10ee181c20e22fa3472ae0a296 /source3/printing
parente60c0a5bff677e0626b6992b46b5a167cf14db1e (diff)
downloadsamba-3dd3c4cd013dadd1a1f57ac3e0750018dc5a0698.tar.gz
samba-3dd3c4cd013dadd1a1f57ac3e0750018dc5a0698.tar.bz2
samba-3dd3c4cd013dadd1a1f57ac3e0750018dc5a0698.zip
r24464: Now Volker removed the readbmpx we don't need cached errors any more.
Jeremy. (This used to be commit 9256ec0a20f532c7dd7ddc2d3534336a47e6c2d2)
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/printfsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/printing/printfsp.c b/source3/printing/printfsp.c
index ab628e29fc..337fd4f74b 100644
--- a/source3/printing/printfsp.c
+++ b/source3/printing/printfsp.c
@@ -82,7 +82,6 @@ NTSTATUS print_fsp_open(connection_struct *conn, const char *fname,
fsp->sent_oplock_break = NO_BREAK_SENT;
fsp->is_directory = False;
string_set(&fsp->fsp_name,print_job_fname(lp_const_servicename(SNUM(conn)),jobid));
- fsp->wbmpx_ptr = NULL;
fsp->wcp = NULL;
SMB_VFS_FSTAT(fsp,fsp->fh->fd, &sbuf);
fsp->mode = sbuf.st_mode;