svn commit: samba r26684 - in branches/SAMBA_4_0/source/lib/ldb/ldb_tdb: .

abartlet at samba.org abartlet at samba.org
Mon Jan 7 05:22:14 GMT 2008


Author: abartlet
Date: 2008-01-07 05:22:14 +0000 (Mon, 07 Jan 2008)
New Revision: 26684

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

Log:
Trivial cleanup from Matthias Dieter Walln?\195?\182fer, from bug 5090

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_index.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_index.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_index.c	2008-01-07 04:46:13 UTC (rev 26683)
+++ branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_index.c	2008-01-07 05:22:14 UTC (rev 26684)
@@ -886,7 +886,7 @@
 	msg->elements[idx].values[msg->elements[idx].num_values].data = discard_const_p(uint8_t, dn);
 	msg->elements[idx].num_values++;
 
-	return 0;
+	return LDB_SUCCESS;
 }
 
 /*



More information about the samba-cvs mailing list