diff options
author | Gerald Carter <jerry@samba.org> | 2003-06-23 18:27:59 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-06-23 18:27:59 +0000 |
commit | 7356d558ffc9c45fd5f42f29b3fffb1b8d9aee68 (patch) | |
tree | 7d5a05929768b3871ed41dc6a6b7e3a4a47fa671 | |
parent | fb82535d1f1233498f2dfeebee96eb5333358164 (diff) | |
download | samba-7356d558ffc9c45fd5f42f29b3fffb1b8d9aee68.tar.gz samba-7356d558ffc9c45fd5f42f29b3fffb1b8d9aee68.tar.bz2 samba-7356d558ffc9c45fd5f42f29b3fffb1b8d9aee68.zip |
fix typo (bug #170)
(This used to be commit d376b67de9ff7a43c9c03c8640d9fe1671d223cb)
-rw-r--r-- | source3/auth/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c index 02c7eb6d84..891f47486b 100644 --- a/source3/auth/auth.c +++ b/source3/auth/auth.c @@ -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); 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)); } else { DEBUG(5, ("check_ntlm_password: %s authentication for user [%s] FAILED with error %s\n", |