svn commit: samba r20190 - in branches/SAMBA_4_0/source/lib/ldb/ldb_ldap: .

metze at samba.org metze at samba.org
Fri Dec 15 21:04:02 GMT 2006


Author: metze
Date: 2006-12-15 21:04:01 +0000 (Fri, 15 Dec 2006)
New Revision: 20190

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

Log:
fix the ldb_ldap backend

metze
Modified:
   branches/SAMBA_4_0/source/lib/ldb/ldb_ldap/ldb_ldap.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/ldb_ldap/ldb_ldap.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/ldb_ldap/ldb_ldap.c	2006-12-15 20:22:17 UTC (rev 20189)
+++ branches/SAMBA_4_0/source/lib/ldb/ldb_ldap/ldb_ldap.c	2006-12-15 21:04:01 UTC (rev 20190)
@@ -527,7 +527,6 @@
 
 			ares->message->num_elements = 0;
 			ares->message->elements = NULL;
-			ares->message->private_data = NULL;
 
 			/* loop over all attributes */
 			for (attr=ldap_first_attribute(lldb->ldap, msg, &berptr);



More information about the samba-cvs mailing list