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
commit32b33999dbc5c73f5efd04e3ae0ab5a0b13c7cc2 (patch)
treedb5617c8587603cd51848a55f65087a417db510b /source3/libsmb/cli_np_tstream.c
parent92efe1a35ff007919e9c23a066a702be8cfd0a9f (diff)
downloadsamba-32b33999dbc5c73f5efd04e3ae0ab5a0b13c7cc2.tar.gz
samba-32b33999dbc5c73f5efd04e3ae0ab5a0b13c7cc2.tar.bz2
samba-32b33999dbc5c73f5efd04e3ae0ab5a0b13c7cc2.zip
libcli/smb: pass smbXcli_tcon to smb2cli_create*()
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 9d5d013f54..7482f9da62 100644
--- a/source3/libsmb/cli_np_tstream.c
+++ b/source3/libsmb/cli_np_tstream.c
@@ -175,7 +175,7 @@ struct tevent_req *tstream_cli_np_open_send(TALLOC_CTX *mem_ctx,
} else {
subreq = smb2cli_create_send(state, ev, cli->conn,
cli->timeout, cli->smb2.session,
- cli->smb2.tid,
+ cli->smb2.tcon,
npipe,
SMB2_OPLOCK_LEVEL_NONE,
SMB2_IMPERSONATION_IMPERSONATION,