svn commit: samba r16631 - in trunk/source/auth: .

jra at samba.org jra at samba.org
Wed Jun 28 18:16:31 GMT 2006


Author: jra
Date: 2006-06-28 18:16:29 +0000 (Wed, 28 Jun 2006)
New Revision: 16631

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16631

Log:
Fix bug #3882 reported by jason at ncac.gwu.edu.
Jeremy.

Modified:
   trunk/source/auth/auth_ntlmssp.c


Changeset:
Modified: trunk/source/auth/auth_ntlmssp.c
===================================================================
--- trunk/source/auth/auth_ntlmssp.c	2006-06-28 17:58:47 UTC (rev 16630)
+++ trunk/source/auth/auth_ntlmssp.c	2006-06-28 18:16:29 UTC (rev 16631)
@@ -176,7 +176,7 @@
 	(*auth_ntlmssp_state)->ntlmssp_state->may_set_challenge = auth_ntlmssp_may_set_challenge;
 	(*auth_ntlmssp_state)->ntlmssp_state->set_challenge = auth_ntlmssp_set_challenge;
 	(*auth_ntlmssp_state)->ntlmssp_state->check_password = auth_ntlmssp_check_password;
-	(*auth_ntlmssp_state)->ntlmssp_state->server_role = lp_server_role();
+	(*auth_ntlmssp_state)->ntlmssp_state->server_role = (enum server_types)lp_server_role();
 
 	return NT_STATUS_OK;
 }



More information about the samba-cvs mailing list