diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-10-26 23:39:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:18 -0500 |
commit | 22c912329601d141fdba7359eb6dcec7a84dae69 (patch) | |
tree | cb7414f4c59a129309540f1c0c7999b76e45846c /source4 | |
parent | 15f8a34a566a5f381a18b9e1f48d7482e5e22c87 (diff) | |
download | samba-22c912329601d141fdba7359eb6dcec7a84dae69.tar.gz samba-22c912329601d141fdba7359eb6dcec7a84dae69.tar.bz2 samba-22c912329601d141fdba7359eb6dcec7a84dae69.zip |
r11313: Typo
(This used to be commit 204185576c6a4df5e43e5a97cb13227407c09e6e)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/credentials/credentials_ntlm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/credentials/credentials_ntlm.c b/source4/auth/credentials/credentials_ntlm.c index 0dfd106a3c..8540d07305 100644 --- a/source4/auth/credentials/credentials_ntlm.c +++ b/source4/auth/credentials/credentials_ntlm.c @@ -67,7 +67,7 @@ NTSTATUS cli_credentials_get_ntlm_response(struct cli_credentials *cred, TALLOC_ lm_response = data_blob(NULL, 0); nt_response = data_blob(NULL, 0); - /* not doing NLTM2 without a password */ + /* not doing NTLM2 without a password */ *flags &= ~CLI_CRED_NTLM2; } else if (*flags & CLI_CRED_NTLMv2_AUTH) { |