mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
fix typo (bug #170)
This commit is contained in:
parent
944480b89a
commit
d376b67de9
@ -249,7 +249,7 @@ static NTSTATUS check_ntlm_password(const struct auth_context *auth_context,
|
|||||||
|
|
||||||
nt_status = auth_method->auth(auth_context, auth_method->private_data, mem_ctx, user_info, server_info);
|
nt_status = auth_method->auth(auth_context, auth_method->private_data, mem_ctx, user_info, server_info);
|
||||||
if (NT_STATUS_IS_OK(nt_status)) {
|
if (NT_STATUS_IS_OK(nt_status)) {
|
||||||
DEBUG(3, ("check_ntlm_password: %s authentication for user [%s] suceeded\n",
|
DEBUG(3, ("check_ntlm_password: %s authentication for user [%s] succeeded\n",
|
||||||
auth_method->name, user_info->smb_name.str));
|
auth_method->name, user_info->smb_name.str));
|
||||||
} else {
|
} else {
|
||||||
DEBUG(5, ("check_ntlm_password: %s authentication for user [%s] FAILED with error %s\n",
|
DEBUG(5, ("check_ntlm_password: %s authentication for user [%s] FAILED with error %s\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user