summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-12-04 18:23:45 +0100
committerGünther Deschner <gd@samba.org>2008-12-05 14:27:03 +0100
commitb883bcd4ff5fcde8db74564cadb540c9452d501c (patch)
tree04650767f8603544bd5efa01265c93bed24e0a4b /source3/include/client.h
parentb8204ffd03ccadf795978670e1c20247ab6aecc2 (diff)
downloadsamba-b883bcd4ff5fcde8db74564cadb540c9452d501c.tar.gz
samba-b883bcd4ff5fcde8db74564cadb540c9452d501c.tar.bz2
samba-b883bcd4ff5fcde8db74564cadb540c9452d501c.zip
s3: store user session key in cli_rpc_pipe_open_noauth().
Guenther
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 8d57fe1eed..587f3f6c67 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -52,6 +52,7 @@ struct cli_pipe_auth_data {
char *domain;
char *user_name;
+ DATA_BLOB user_session_key;
union {
struct schannel_auth_struct *schannel_auth;