summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 406f2e972c..625277d856 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -124,6 +124,8 @@ struct cli_state {
fstring clnt_name_slash; /* \\local client. */
uint16 max_xmit_frag;
uint16 max_recv_frag;
+ vuser_key key;
+ uint32 ntlmssp_flags;
BOOL use_oplocks; /* should we use oplocks? */
};