From c5fa6f7516dca066359f73b1c4aba3e0d8a4c850 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 31 Dec 2004 02:18:14 +0000 Subject: r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'm amazed we got along for so long with this bug! (This used to be commit 937159cf2c6ae08808bd10946fcdbd8741e1a560) --- source4/lib/ldb/ldb_tdb/ldb_index.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/lib/ldb/ldb_tdb/ldb_index.c b/source4/lib/ldb/ldb_tdb/ldb_index.c index 01fa4be44b..eaf699be62 100644 --- a/source4/lib/ldb/ldb_tdb/ldb_index.c +++ b/source4/lib/ldb/ldb_tdb/ldb_index.c @@ -385,6 +385,7 @@ static int ltdb_index_dn_or(struct ldb_module *module, return -1; } dn_list_free(ldb, &list2); + ret = 1; } } -- cgit