summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-02-04 01:43:10 +0000
committerJeremy Allison <jra@samba.org>2003-02-04 01:43:10 +0000
commitce85e52eff9d8a61a58c559bdf4beb5e1284060d (patch)
tree3399286a69c66d5b708240b3da4f3afafe3f6f85 /source3/printing
parent70a03079a78d8305221106a4c21102fd088a4362 (diff)
downloadsamba-ce85e52eff9d8a61a58c559bdf4beb5e1284060d.tar.gz
samba-ce85e52eff9d8a61a58c559bdf4beb5e1284060d.tar.bz2
samba-ce85e52eff9d8a61a58c559bdf4beb5e1284060d.zip
Ensure we only ever set fsp->conn in one place.
Jeremy. (This used to be commit d8a42753cc1e1a94aa6b816222343e1569521f14)
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 f028e1f564..45d937f29c 100644
--- a/source3/printing/printfsp.c
+++ b/source3/printing/printfsp.c
@@ -77,7 +77,6 @@ files_struct *print_fsp_open(connection_struct *conn, char *fname)
fsp->sent_oplock_break = NO_BREAK_SENT;
fsp->is_directory = False;
fsp->directory_delete_on_close = False;
- fsp->conn = conn;
string_set(&fsp->fsp_name,print_job_fname(SNUM(conn),jobid));
fsp->wbmpx_ptr = NULL;
fsp->wcp = NULL;