summaryrefslogtreecommitdiff
path: root/source3/auth/auth_sam.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-26 06:53:25 +0000
committerTim Potter <tpot@samba.org>2003-05-26 06:53:25 +0000
commitac33cc9ca328d42e75817aff34ab570339f732fe (patch)
tree9965f651a38f9bc34ca7fba71b882f9d01455a19 /source3/auth/auth_sam.c
parent54e2ac64b7291d9c88d1525e7498e7750adbfbe0 (diff)
downloadsamba-ac33cc9ca328d42e75817aff34ab570339f732fe.tar.gz
samba-ac33cc9ca328d42e75817aff34ab570339f732fe.tar.bz2
samba-ac33cc9ca328d42e75817aff34ab570339f732fe.zip
Spelling.
(This used to be commit eda897306896b729129582fdf4fdd26af555f014)
Diffstat (limited to 'source3/auth/auth_sam.c')
-rw-r--r--source3/auth/auth_sam.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c
index 13612db86e..d01be84f19 100644
--- a/source3/auth/auth_sam.c
+++ b/source3/auth/auth_sam.c
@@ -201,6 +201,7 @@ static NTSTATUS sam_password_ok(const struct auth_context *auth_context,
user_info->smb_name.str,
"",
user_sess_key))
+
{
return NT_STATUS_OK;
} else {
@@ -225,7 +226,7 @@ static NTSTATUS sam_password_ok(const struct auth_context *auth_context,
}
} else {
DEBUG(2,("sam_password_ok: NTLMv1 passwords NOT PERMITTED for user %s\n",pdb_get_username(sampass)));
- /* no return, because we might pick up LMv2 in the LM feild */
+ /* no return, becouse we might pick up LMv2 in the LM field */
}
}