1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00

Spelling.

This commit is contained in:
Tim Potter
-
parent e0bd4d2844
commit eda8973068

View 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 */
}
}