summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-11 06:26:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:09 -0500
commit86c1370cb03a244fd5644d30732a1fbda762fe6a (patch)
tree891842df9dbb8532324c27ad736afafb96d32451 /source4/libcli/smb2/smb2.h
parent555b45e12c281eb3980d15b12728c59c6b73c302 (diff)
downloadsamba-86c1370cb03a244fd5644d30732a1fbda762fe6a.tar.gz
samba-86c1370cb03a244fd5644d30732a1fbda762fe6a.tar.bz2
samba-86c1370cb03a244fd5644d30732a1fbda762fe6a.zip
r11666: filled in the basic session setup. Vista happily accepts the first
stage of the session setup, and waits for more. (This used to be commit 804c229c3ba7f866a7f3d66684e268d5ddc820ce)
Diffstat (limited to 'source4/libcli/smb2/smb2.h')
-rw-r--r--source4/libcli/smb2/smb2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/smb2/smb2.h b/source4/libcli/smb2/smb2.h
index 79b983206a..2262040b51 100644
--- a/source4/libcli/smb2/smb2.h
+++ b/source4/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 {