summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-13 21:47:33 +0200
committerStefan Metzmacher <metze@samba.org>2011-09-13 23:34:13 +0200
commita26fe036fee538c16a9e1b5e2369270260aec189 (patch)
tree50c1eeb433231b35245eb8227c72a50e0ee66645 /source3/include/client.h
parent15179852ea9d5b7427589a658f42ce7243b4d1fd (diff)
downloadsamba-a26fe036fee538c16a9e1b5e2369270260aec189.tar.gz
samba-a26fe036fee538c16a9e1b5e2369270260aec189.tar.bz2
samba-a26fe036fee538c16a9e1b5e2369270260aec189.zip
s3:smb2cli: split cli->smb2.gss_blob from cli->secblob
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Sep 13 23:34:13 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 3c39e5494b..7c039ae590 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -166,6 +166,7 @@ struct cli_state {
uint32_t max_write_size;
struct timespec system_time;
struct timespec server_start_time;
+ DATA_BLOB gss_blob;
/* SMB2 tcon */
uint8_t share_type;