diff options
author | Tim Potter <tpot@samba.org> | 2003-05-26 06:53:25 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-26 06:53:25 +0000 |
commit | ac33cc9ca328d42e75817aff34ab570339f732fe (patch) | |
tree | 9965f651a38f9bc34ca7fba71b882f9d01455a19 /source3/auth | |
parent | 54e2ac64b7291d9c88d1525e7498e7750adbfbe0 (diff) | |
download | samba-ac33cc9ca328d42e75817aff34ab570339f732fe.tar.gz samba-ac33cc9ca328d42e75817aff34ab570339f732fe.tar.bz2 samba-ac33cc9ca328d42e75817aff34ab570339f732fe.zip |
Spelling.
(This used to be commit eda897306896b729129582fdf4fdd26af555f014)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_sam.c | 3 |
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 */ } } |