svn commit: samba r3364 - in branches/SAMBA_4_0/source/rpc_server/netlogon: .

abartlet at samba.org abartlet at samba.org
Fri Oct 29 09:57:31 GMT 2004


Author: abartlet
Date: 2004-10-29 09:57:31 +0000 (Fri, 29 Oct 2004)
New Revision: 3364

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

Log:
Add parameter to fix the compile.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c


Changeset:
Modified: branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c	2004-10-29 09:28:35 UTC (rev 3363)
+++ branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c	2004-10-29 09:57:31 UTC (rev 3364)
@@ -541,6 +541,7 @@
 
 	nt_status = auth_context->check_ntlm_password(auth_context,
 						      user_info, 
+						      mem_ctx,
 						      &server_info);
 
 	if (!NT_STATUS_IS_OK(nt_status)) {



More information about the samba-cvs mailing list