svn commit: samba r21313 - in branches/SAMBA_3_0_25/source/lib/ldb/ldb_tdb: .

vlendec at samba.org vlendec at samba.org
Tue Feb 13 12:48:54 GMT 2007


Author: vlendec
Date: 2007-02-13 12:48:54 +0000 (Tue, 13 Feb 2007)
New Revision: 21313

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

Log:
Janitor for metze :-)
Modified:
   branches/SAMBA_3_0_25/source/lib/ldb/ldb_tdb/ldb_index.c


Changeset:
Modified: branches/SAMBA_3_0_25/source/lib/ldb/ldb_tdb/ldb_index.c
===================================================================
--- branches/SAMBA_3_0_25/source/lib/ldb/ldb_tdb/ldb_index.c	2007-02-13 12:42:28 UTC (rev 21312)
+++ branches/SAMBA_3_0_25/source/lib/ldb/ldb_tdb/ldb_index.c	2007-02-13 12:48:54 UTC (rev 21313)
@@ -337,7 +337,7 @@
 			ldb_oom(module->ldb);
 			return -1;
 		}
-		list->dn[0] = talloc_strdup(list, (char *)tree->u.equality.value.data);
+		list->dn[0] = talloc_strdup(list->dn, (char *)tree->u.equality.value.data);
 		if (list->dn[0] == NULL) {
 			ldb_oom(module->ldb);
 			return -1;



More information about the samba-cvs mailing list