summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_np_tstream.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-07-23 22:32:49 +0200
committerStefan Metzmacher <metze@samba.org>2012-07-24 22:20:06 +0200
commit86a5ab731be6eb0fec7eb85a3ae4660bf8576c6d (patch)
tree6d67fe0811728c966a678a93dcada19313b6c6bd /source3/libsmb/cli_np_tstream.c
parent697b82a61979b48de86d74d2bf5c498032ff49b1 (diff)
downloadsamba-86a5ab731be6eb0fec7eb85a3ae4660bf8576c6d.tar.gz
samba-86a5ab731be6eb0fec7eb85a3ae4660bf8576c6d.tar.bz2
samba-86a5ab731be6eb0fec7eb85a3ae4660bf8576c6d.zip
libcli/smb: pass smbXcli_tcon to smb2cli_write*()
metze
Diffstat (limited to 'source3/libsmb/cli_np_tstream.c')
-rw-r--r--source3/libsmb/cli_np_tstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/cli_np_tstream.c b/source3/libsmb/cli_np_tstream.c
index 2ec33d5ac4..8933bc4210 100644
--- a/source3/libsmb/cli_np_tstream.c
+++ b/source3/libsmb/cli_np_tstream.c
@@ -491,7 +491,7 @@ static void tstream_cli_np_writev_write_next(struct tevent_req *req)
cli_nps->cli->conn,
cli_nps->cli->timeout,
cli_nps->cli->smb2.session,
- cli_nps->cli->smb2.tid,
+ cli_nps->cli->smb2.tcon,
cli_nps->write.ofs, /* length */
0, /* offset */
cli_nps->fid_persistent,