diff options
Diffstat (limited to 'source4/include/cli_context.h')
-rw-r--r-- | source4/include/cli_context.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/include/cli_context.h b/source4/include/cli_context.h index 0e817c3cb0..9cd36d0c35 100644 --- a/source4/include/cli_context.h +++ b/source4/include/cli_context.h @@ -66,10 +66,6 @@ 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 */ @@ -189,6 +185,8 @@ struct cli_session { /* default pid for this session */ uint32 pid; + + DATA_BLOB user_session_key; }; /* |