summaryrefslogtreecommitdiff
path: root/source3/libsmb/smb2cli_tcon.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-07-25 10:58:34 +0200
committerStefan Metzmacher <metze@samba.org>2012-07-25 12:15:05 +0200
commit56aa419d87e8f0a82ebe2110b128fa512cd1e2c6 (patch)
treec815483cfe369cd383c6bc59eaceee090c09c072 /source3/libsmb/smb2cli_tcon.c
parent7de4ae7f9fbf642899afd8c89d0b3af72155e022 (diff)
downloadsamba-56aa419d87e8f0a82ebe2110b128fa512cd1e2c6.tar.gz
samba-56aa419d87e8f0a82ebe2110b128fa512cd1e2c6.tar.bz2
samba-56aa419d87e8f0a82ebe2110b128fa512cd1e2c6.zip
libcli/smb: there's no PID field in the SMB2/3 header anymore
It's a reserved field... metze
Diffstat (limited to 'source3/libsmb/smb2cli_tcon.c')
-rw-r--r--source3/libsmb/smb2cli_tcon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/libsmb/smb2cli_tcon.c b/source3/libsmb/smb2cli_tcon.c
index d2607824ff..2a37088885 100644
--- a/source3/libsmb/smb2cli_tcon.c
+++ b/source3/libsmb/smb2cli_tcon.c
@@ -84,7 +84,6 @@ struct tevent_req *smb2cli_tcon_send(TALLOC_CTX *mem_ctx,
subreq = smb2cli_req_send(state, ev, cli->conn, SMB2_OP_TCON,
0, 0, /* flags */
cli->timeout,
- cli->smb2.pid,
NULL, /* tcon */
cli->smb2.session,
state->fixed, sizeof(state->fixed),
@@ -210,7 +209,6 @@ struct tevent_req *smb2cli_tdis_send(TALLOC_CTX *mem_ctx,
subreq = smb2cli_req_send(state, ev, cli->conn, SMB2_OP_TDIS,
0, 0, /* flags */
cli->timeout,
- cli->smb2.pid,
cli->smb2.tcon,
cli->smb2.session,
state->fixed, sizeof(state->fixed),