diff options
author | Volker Lendecke <vl@samba.org> | 2009-02-21 18:55:35 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-02-21 18:55:35 +0100 |
commit | 4a2e2c0c12e298cb72d4c03e59350393b0a5814f (patch) | |
tree | 9cec0c6593414435529e754533bb7fb0e5d282e8 /source3/auth | |
parent | fb1c564b78032b61bba182e748cdbadf94d26e15 (diff) | |
download | samba-4a2e2c0c12e298cb72d4c03e59350393b0a5814f.tar.gz samba-4a2e2c0c12e298cb72d4c03e59350393b0a5814f.tar.xz samba-4a2e2c0c12e298cb72d4c03e59350393b0a5814f.zip |
Fix the build on Solaris
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_ntlmssp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c index 98f58387078..034d354a337 100644 --- a/source3/auth/auth_ntlmssp.c +++ b/source3/auth/auth_ntlmssp.c @@ -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); } |