diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-07-25 09:01:02 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-07-25 12:15:03 +0200 |
commit | d2ba9c36f30e175f0715de10e72a34b6e0797718 (patch) | |
tree | 7dd65376d23bad414e1d1326f511b1ccace0aa59 /source3/include | |
parent | 18bd029ffb7fae85f245d91081efda5603649d2f (diff) | |
download | samba-d2ba9c36f30e175f0715de10e72a34b6e0797718.tar.gz samba-d2ba9c36f30e175f0715de10e72a34b6e0797718.tar.bz2 samba-d2ba9c36f30e175f0715de10e72a34b6e0797718.zip |
s3:libsmb: remove cli_state->smb2.tid
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 00a7e1b40c..b2b589a82e 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -109,7 +109,6 @@ struct cli_state { struct { uint32_t pid; - uint32_t tid; struct smbXcli_session *session; struct smbXcli_tcon *tcon; |