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

Spelling.

This commit is contained in:
Tim Potter
-
parent 7f32b3f016
commit e063c95bd5

View File

@ -224,7 +224,7 @@ static NTSTATUS sam_password_ok(const struct auth_context *auth_context,
} }
} else { } else {
DEBUG(2,("sam_password_ok: NTLMv1 passwords NOT PERMITTED for user %s\n",pdb_get_username(sampass))); 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, because we might pick up LMv2 in the LM field */
} }
} }