From ac33cc9ca328d42e75817aff34ab570339f732fe Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 26 May 2003 06:53:25 +0000 Subject: Spelling. (This used to be commit eda897306896b729129582fdf4fdd26af555f014) --- source3/auth/auth_sam.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/auth/auth_sam.c') 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 */ } } -- cgit