1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-23 06:50:21 +03:00

s3-auth: Remove duplicate check for NT_STATUS_IS_OK(nt_status)

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Jan 30 09:38:47 CET 2012 on sn-devel-104
This commit is contained in:
Andrew Bartlett 2012-01-30 14:00:58 +11:00
parent 3ddb983c10
commit 959d13ac20

View File

@ -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.