Fix the build on Solaris
authorVolker Lendecke <vl@samba.org>
Sat, 21 Feb 2009 17:55:35 +0000 (18:55 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 21 Feb 2009 17:55:35 +0000 (18:55 +0100)
source3/auth/auth_ntlmssp.c

index 98f58387078b619299b3f8d670cda903da85f6db..034d354a33712e3a9c665247ae7b5e823580776f 100644 (file)
@@ -32,7 +32,7 @@ static void auth_ntlmssp_get_challenge(const struct ntlmssp_state *ntlmssp_state
 {
        AUTH_NTLMSSP_STATE *auth_ntlmssp_state =
                (AUTH_NTLMSSP_STATE *)ntlmssp_state->auth_context;
-       return auth_ntlmssp_state->auth_context->get_ntlm_challenge(
+       auth_ntlmssp_state->auth_context->get_ntlm_challenge(
                auth_ntlmssp_state->auth_context, chal);
 }