svn commit: samba r18192 - in branches/SAMBA_3_0/source/nsswitch: .

jra at samba.org jra at samba.org
Wed Sep 6 21:52:07 GMT 2006


Author: jra
Date: 2006-09-06 21:52:06 +0000 (Wed, 06 Sep 2006)
New Revision: 18192

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

Log:
Fix the build.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_rpc.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_rpc.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_rpc.c	2006-09-06 21:43:31 UTC (rev 18191)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_rpc.c	2006-09-06 21:52:06 UTC (rev 18192)
@@ -842,7 +842,7 @@
 		DEBUG(8,("using get_ldap_seq() to retrieve the "
 			 "sequence number\n"));
 
-		res =  get_ldap_sequence_number( domain->name, seq );
+		res =  get_ldap_sequence_number( domain, seq );
 		if (res == 0)
 		{			
 			result = NT_STATUS_OK;



More information about the samba-cvs mailing list