s4-auth: Return NT_STATUS_NOT_IMPLEMENTED if the challenge cannot be obtained
authorAndrew Bartlett <abartlet@samba.org>
Mon, 30 Jan 2012 00:49:23 +0000 (11:49 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 30 Jan 2012 07:05:14 +0000 (08:05 +0100)
source4/auth/ntlmssp/ntlmssp_server.c

index 1a876e319f8ecfc1cbf74ad5c5bb573e088774da..3d66a0b689d4b3739ce579a4ce1379a6b37f2918 100644 (file)
@@ -101,7 +101,7 @@ static NTSTATUS auth_ntlmssp_get_challenge(const struct ntlmssp_state *ntlmssp_s
                }
        }
 
-       return NT_STATUS_OK;
+       return status;
 }
 
 /**