From 32b33999dbc5c73f5efd04e3ae0ab5a0b13c7cc2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 23 Jul 2012 22:32:49 +0200 Subject: libcli/smb: pass smbXcli_tcon to smb2cli_create*() metze --- source3/libsmb/cli_np_tstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb') 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, -- cgit