mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
auth3: Use NT_STATUS_EQUAL
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
9699c3873c
commit
68e1a64dc1
@ -229,7 +229,7 @@ NTSTATUS auth_check_ntlm_password(TALLOC_CTX *mem_ctx,
|
||||
&server_info);
|
||||
|
||||
/* check if the module did anything */
|
||||
if ( NT_STATUS_V(result) == NT_STATUS_V(NT_STATUS_NOT_IMPLEMENTED) ) {
|
||||
if (NT_STATUS_EQUAL(result, NT_STATUS_NOT_IMPLEMENTED)) {
|
||||
DEBUG(10,("check_ntlm_password: %s had nothing to say\n", auth_method->name));
|
||||
TALLOC_FREE(tmp_ctx);
|
||||
if (user_info->flags & USER_INFO_LOCAL_SAM_ONLY) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user