From fc035afb6ecdb54e6183be511e886ac07727cc0b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 Jan 2012 11:49:23 +1100 Subject: s4-auth: Return NT_STATUS_NOT_IMPLEMENTED if the challenge cannot be obtained --- source4/auth/ntlmssp/ntlmssp_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth') diff --git a/source4/auth/ntlmssp/ntlmssp_server.c b/source4/auth/ntlmssp/ntlmssp_server.c index 1a876e319f..3d66a0b689 100644 --- a/source4/auth/ntlmssp/ntlmssp_server.c +++ b/source4/auth/ntlmssp/ntlmssp_server.c @@ -101,7 +101,7 @@ static NTSTATUS auth_ntlmssp_get_challenge(const struct ntlmssp_state *ntlmssp_s } } - return NT_STATUS_OK; + return status; } /** -- cgit