samba-cvs.cvs
[Top] [All Lists]

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

Subject: svn commit: samba r21313 - in branches/SAMBA_3_0_25/source/lib/ldb/ldb_tdb: .
From:
Date: Tue, 13 Feb 2007 12:48:54 +0000 GMT
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;

<Prev in Thread] Current Thread [Next in Thread>
  • svn commit: samba r21313 - in branches/SAMBA_3_0_25/source/lib/ldb/ldb_tdb: ., vlendec <=