svn commit: samba r23199 - in branches/SAMBA_3_0_26/source/libads: .

jerry at samba.org jerry at samba.org
Tue May 29 14:19:55 GMT 2007


Author: jerry
Date: 2007-05-29 14:19:53 +0000 (Tue, 29 May 2007)
New Revision: 23199

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

Log:
merge ldap_rename2_s() fix from SAMBA_3_0
Modified:
   branches/SAMBA_3_0_26/source/libads/ldap.c


Changeset:
Modified: branches/SAMBA_3_0_26/source/libads/ldap.c
===================================================================
--- branches/SAMBA_3_0_26/source/libads/ldap.c	2007-05-29 14:18:17 UTC (rev 23198)
+++ branches/SAMBA_3_0_26/source/libads/ldap.c	2007-05-29 14:19:53 UTC (rev 23199)
@@ -1754,7 +1754,8 @@
 		goto done;
 	}
 
-	ldap_status = ldap_rename2_s(ads->ld, computer_dn, computer_rdn, org_unit, 1);
+	ldap_status = ldap_rename_s(ads->ld, computer_dn, computer_rdn, 
+				    org_unit, 1, NULL, NULL);
 	rc = ADS_ERROR(ldap_status);
 
 done:



More information about the samba-cvs mailing list