1
0
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:
Andrew Bartlett
2004-04-06 08:11:16 +00:00
committed by Gerald (Jerry) Carter
parent b69e8e64d4
commit 724e8d3f33
12 changed files with 64 additions and 64 deletions

View File

@@ -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;