The branch, master has been updated
       via  4a2e2c0c12e298cb72d4c03e59350393b0a5814f (commit)
      from  fb1c564b78032b61bba182e748cdbadf94d26e15 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4a2e2c0c12e298cb72d4c03e59350393b0a5814f
Author: Volker Lendecke <[email protected]>
Date:   Sat Feb 21 18:55:35 2009 +0100

    Fix the build on Solaris

-----------------------------------------------------------------------

Summary of changes:
 source3/auth/auth_ntlmssp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c
index 98f5838..034d354 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);
 }
 


-- 
Samba Shared Repository

Reply via email to