mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
The `mdb_idl_intersection()` and `wt_idl_intersection()` functions derived from back-bdb return wrong results. expect: [1, 3] ∩ [2] = [] actual: [1, 3] ∩ [2] = [2] also - Add scope checking for back-wt - fix compiler warning |
||
|---|---|---|
| .. | ||
| lloadd | ||
| slapd | ||
| Makefile.in | ||