diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-07-23 20:27:58 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-07-24 18:44:04 +0200 |
commit | ed726281b3dc32c6e31b81dd1fb76b0568687623 (patch) | |
tree | 4856d16e71ad9d5f2b34c573a9b5b5b40a182a2a /source3/include | |
parent | 552dda970c6b665a36cf2af56142eb1456883528 (diff) | |
download | samba-ed726281b3dc32c6e31b81dd1fb76b0568687623.tar.gz samba-ed726281b3dc32c6e31b81dd1fb76b0568687623.tar.bz2 samba-ed726281b3dc32c6e31b81dd1fb76b0568687623.zip |
s3:libsmb: use a smbXcli_tcon instead of uint16_t cli_state->smb1.tid
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index b6e62a3d92..9617c2a376 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -103,8 +103,8 @@ struct cli_state { struct { uint16_t pid; uint16_t vc_num; - uint16_t tid; struct smbXcli_session *session; + struct smbXcli_tcon *tcon; } smb1; struct { |