Spelling.
authorTim Potter <tpot@samba.org>
Mon, 26 May 2003 06:53:25 +0000 (06:53 +0000)
committerTim Potter <tpot@samba.org>
Mon, 26 May 2003 06:53:25 +0000 (06:53 +0000)
(This used to be commit eda897306896b729129582fdf4fdd26af555f014)

source3/auth/auth_sam.c

index 13612db86e3224ecc7528c59d485126517b975f1..d01be84f19e372991d8bb221383642aa3f122996 100644 (file)
@@ -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 */
                }
        }