summaryrefslogtreecommitdiffstats
path: root/source/libcli/smb2/smb2.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-11 06:26:42 +0000
committerAndrew Tridgell <tridge@samba.org>2005-11-11 06:26:42 +0000
commitc33a1b4611c40173e033197fe8c493466aacdebf (patch)
tree0104020165a4ad862a3c81b77ac1627923476680 /source/libcli/smb2/smb2.h
parent7fd437479d2e80a2879c3d7488b85e7ddfff3ce5 (diff)
downloadsamba-c33a1b4611c40173e033197fe8c493466aacdebf.tar.gz
samba-c33a1b4611c40173e033197fe8c493466aacdebf.tar.xz
samba-c33a1b4611c40173e033197fe8c493466aacdebf.zip
r11666: filled in the basic session setup. Vista happily accepts the first
stage of the session setup, and waits for more.
Diffstat (limited to 'source/libcli/smb2/smb2.h')
-rw-r--r--source/libcli/smb2/smb2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/libcli/smb2/smb2.h b/source/libcli/smb2/smb2.h
index 79b983206a3..2262040b512 100644
--- a/source/libcli/smb2/smb2.h
+++ b/source/libcli/smb2/smb2.h
@@ -56,6 +56,7 @@ struct smb2_transport {
*/
struct smb2_session {
struct smb2_transport *transport;
+ struct gensec_security *gensec;
};
struct smb2_request_buffer {