openldap/servers
HAMANO Tsukasa 554e754b3f fix idl intersection ITS#10233
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
2024-07-08 13:06:53 +00:00
..
lloadd ITS#10214 Reduce library dependencies 2024-05-08 09:50:10 +09:00
slapd fix idl intersection ITS#10233 2024-07-08 13:06:53 +00:00
Makefile.in Happy New Year! 2024-03-26 19:45:07 +00:00