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

tridge at samba.org tridge at samba.org
Fri Dec 31 02:18:15 GMT 2004


Author: tridge
Date: 2004-12-31 02:18:14 +0000 (Fri, 31 Dec 2004)
New Revision: 4424

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

Log:
fixed a simple bug in the '|' handling in indexed ldb searches. I'm
amazed we got along for so long with this bug!


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	2004-12-31 01:03:57 UTC (rev 4423)
+++ branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_index.c	2004-12-31 02:18:14 UTC (rev 4424)
@@ -385,6 +385,7 @@
 				return -1;
 			}
 			dn_list_free(ldb, &list2);
+			ret = 1;
 		}
 	}
 



More information about the samba-cvs mailing list