summaryrefslogtreecommitdiff
path: root/source3/auth/auth_ntlmssp.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-08-02 11:29:43 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-03 18:48:05 +1000
commit7c4eb9e32e7c84c37728b2f83f28360f4d0cab92 (patch)
treea73b44c6be69c6efb20a7d4c164120af233898ef /source3/auth/auth_ntlmssp.c
parent3f0b5d05b51ce5203a17ba75e212e78eb78fc9c7 (diff)
downloadsamba-7c4eb9e32e7c84c37728b2f83f28360f4d0cab92.tar.gz
samba-7c4eb9e32e7c84c37728b2f83f28360f4d0cab92.tar.bz2
samba-7c4eb9e32e7c84c37728b2f83f28360f4d0cab92.zip
s3-ntlmssp clarify session key behaviour after create_local_token() changes
Diffstat (limited to 'source3/auth/auth_ntlmssp.c')
-rw-r--r--source3/auth/auth_ntlmssp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c
index c6f394f914..e52cf9209d 100644
--- a/source3/auth/auth_ntlmssp.c
+++ b/source3/auth/auth_ntlmssp.c
@@ -173,8 +173,7 @@ static NTSTATUS auth_ntlmssp_check_password(struct ntlmssp_state *ntlmssp_state,
/* Clear out the session keys, and pass them to the caller.
* They will not be used in this form again - instead the
* NTLMSSP code will decide on the final correct session key,
- * and put it back here at the end of
- * auth_ntlmssp_steal_server_info */
+ * and supply it to create_local_token() */
if (auth_ntlmssp_state->server_info->session_key.length) {
DEBUG(10, ("Got NT session key of length %u\n",
(unsigned int)auth_ntlmssp_state->server_info->session_key.length));