diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-04-06 08:11:16 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2004-04-06 08:11:16 +0000 |
commit | 91e49046bfaf4bd25559f166c46d5ba714274304 (patch) | |
tree | ca158a048e6ec5c3ddd631a769cf111e7b6f8b55 /source/include | |
parent | 9fbf1264ca299922f24ad4eb0900a7cd0d37bfeb (diff) | |
download | samba-91e49046bfaf4bd25559f166c46d5ba714274304.tar.gz samba-91e49046bfaf4bd25559f166c46d5ba714274304.tar.xz samba-91e49046bfaf4bd25559f166c46d5ba714274304.zip |
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.
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/auth.h b/source/include/auth.h index 8f52512e6a0..188cf58643d 100644 --- a/source/include/auth.h +++ b/source/include/auth.h @@ -67,7 +67,7 @@ typedef struct auth_serversupplied_info NT_USER_TOKEN *ptok; - DATA_BLOB nt_session_key; + DATA_BLOB user_session_key; DATA_BLOB lm_session_key; uint32 sam_fill_level; /* How far is this structure filled? */ |