summaryrefslogtreecommitdiffstats
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-16 17:26:22 +0200
committerStefan Metzmacher <metze@samba.org>2011-11-24 19:02:31 +0100
commit7e7bca41885ca876a0074d7d026eb99b0fc5e8db (patch)
tree9684e269717cb958f835f9e8b7c36045bec58443 /source3/include/client.h
parent4435dad827db89356ecb6f1096a2b781f29970e5 (diff)
downloadsamba-7e7bca41885ca876a0074d7d026eb99b0fc5e8db.tar.gz
samba-7e7bca41885ca876a0074d7d026eb99b0fc5e8db.tar.xz
samba-7e7bca41885ca876a0074d7d026eb99b0fc5e8db.zip
s3:smb2cli: implement smb2cli_negprot() on top of smbXcli_negprot()
metze
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index cbe79134f0..faac1b9043 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -167,18 +167,6 @@ struct cli_state {
uint32_t tid;
uint64_t uid;
- /* SMB2 negprot */
- uint16_t security_mode;
- uint16_t dialect_revision;
- struct GUID server_guid;
- uint32_t server_capabilities;
- uint32_t max_transact_size;
- uint32_t max_read_size;
- uint32_t max_write_size;
- struct timespec system_time;
- struct timespec server_start_time;
- DATA_BLOB gss_blob;
-
/* SMB2 tcon */
uint8_t share_type;
uint32_t share_flags;