s4-ldb: when taking a list intersection, the result can be as long as the first list
commit5f3cbb5f0b19a3db2657659709e3a8377b6dd26a
authorAndrew Tridgell <tridge@samba.org>
Wed, 21 Oct 2009 11:33:58 +0000 (21 22:33 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 22 Oct 2009 01:47:53 +0000 (22 12:47 +1100)
treedd4b18d4690cd9090f9363c1195b41bf31ee68d8
parent859cf72692f7daecbecb80559ebccc0d44087365
s4-ldb: when taking a list intersection, the result can be as long as the first list

Intuitively you would think it couldn't be longer than the minimum of
the two lists, but we are deliberately allowing for duplicates at this
level of the indexing code, which means the result can be longer
source4/lib/ldb/ldb_tdb/ldb_index.c