diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-12-31 02:18:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:47 -0500 |
commit | c5fa6f7516dca066359f73b1c4aba3e0d8a4c850 (patch) | |
tree | f036d39afca8415315507e81b131291a213ca4ea /source4/lib/ldb/ldb_tdb | |
parent | 0128bd6d3f06fd433ec3747686da1e1a1133ab3d (diff) | |
download | samba-c5fa6f7516dca066359f73b1c4aba3e0d8a4c850.tar.gz samba-c5fa6f7516dca066359f73b1c4aba3e0d8a4c850.tar.bz2 samba-c5fa6f7516dca066359f73b1c4aba3e0d8a4c850.zip |
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)
Diffstat (limited to 'source4/lib/ldb/ldb_tdb')
-rw-r--r-- | source4/lib/ldb/ldb_tdb/ldb_index.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |