summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-02-21 18:55:35 +0100
committerVolker Lendecke <vl@samba.org>2009-02-21 18:55:35 +0100
commit4a2e2c0c12e298cb72d4c03e59350393b0a5814f (patch)
tree9cec0c6593414435529e754533bb7fb0e5d282e8 /source3
parentfb1c564b78032b61bba182e748cdbadf94d26e15 (diff)
downloadsamba-4a2e2c0c12e298cb72d4c03e59350393b0a5814f.tar.gz
samba-4a2e2c0c12e298cb72d4c03e59350393b0a5814f.tar.bz2
samba-4a2e2c0c12e298cb72d4c03e59350393b0a5814f.zip
Fix the build on Solaris
Diffstat (limited to 'source3')
-rw-r--r--source3/auth/auth_ntlmssp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c
index 98f5838707..034d354a33 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);
}