mirror of
https://github.com/samba-team/samba.git
synced 2025-11-14 12:23:52 +03:00
r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session key could
be anything, and may not be based on anything 'NT'. This is also what microsoft calls it.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
b69e8e64d4
commit
724e8d3f33
@@ -261,7 +261,7 @@ static NTSTATUS check_sam_security(const struct auth_context *auth_context,
|
||||
return nt_status;
|
||||
}
|
||||
|
||||
(*server_info)->nt_session_key = user_sess_key;
|
||||
(*server_info)->user_session_key = user_sess_key;
|
||||
(*server_info)->lm_session_key = lm_sess_key;
|
||||
|
||||
return nt_status;
|
||||
|
||||
Reference in New Issue
Block a user