summaryrefslogtreecommitdiffstats
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
commiteda897306896b729129582fdf4fdd26af555f014 (patch)
tree6815dba7575fd4826ad509cb085d5bb4a3df9994
parente0bd4d2844e6073a83b72925bca1aec007a8dd0b (diff)
downloadsamba-eda897306896b729129582fdf4fdd26af555f014.tar.gz
samba-eda897306896b729129582fdf4fdd26af555f014.tar.xz
samba-eda897306896b729129582fdf4fdd26af555f014.zip
Spelling.
-rw-r--r--source/auth/auth_sam.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/auth/auth_sam.c b/source/auth/auth_sam.c
index 13612db86e3..d01be84f19e 100644
--- a/source/auth/auth_sam.c
+++ b/source/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 */
}
}