summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/auth/auth_ntlmssp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c
index 11fbef1376..00a99c3f37 100644
--- a/source3/auth/auth_ntlmssp.c
+++ b/source3/auth/auth_ntlmssp.c
@@ -186,10 +186,6 @@ static NTSTATUS auth_ntlmssp_check_password(struct ntlmssp_state *ntlmssp_state,
return nt_status;
}
- if (!NT_STATUS_IS_OK(nt_status)) {
- return nt_status;
- }
-
server_info->nss_token |= username_was_mapped;
/* Clear out the session keys, and pass them to the caller.