diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/cli_context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/include/cli_context.h b/source4/include/cli_context.h index bffb6c9f6a..0e817c3cb0 100644 --- a/source4/include/cli_context.h +++ b/source4/include/cli_context.h @@ -66,6 +66,10 @@ struct cli_negotiate { unsigned int writebraw_supported:1; const char *server_domain; + + /* remember the session key for data encryption in various sub-protocols + such as LSA */ + uint8 user_session_key[16]; }; /* this is the context for a SMB socket associated with the socket itself */ |