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;

Reply via email to