1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4-auth: Return NT_STATUS_NOT_IMPLEMENTED if the challenge cannot be obtained

This commit is contained in:
Andrew Bartlett 2012-01-30 11:49:23 +11:00
parent a647df4607
commit fc035afb6e

View File

@ -101,7 +101,7 @@ static NTSTATUS auth_ntlmssp_get_challenge(const struct ntlmssp_state *ntlmssp_s
}
}
return NT_STATUS_OK;
return status;
}
/**