mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
make sure filter is applied to final entry (ITS#6255)
This commit is contained in:
parent
bea861dda5
commit
b6cf5ca896
1 changed files with 1 additions and 0 deletions
|
|
@ -870,6 +870,7 @@ static int translucent_search_cb(Operation *op, SlapReply *rs) {
|
|||
for(ax = le->e_attrs; ax; ax = ax->a_next) {
|
||||
for(a = re->e_attrs; a; a = a->a_next) {
|
||||
if(a->a_desc == ax->a_desc) {
|
||||
test_f = 1;
|
||||
if(a->a_vals != a->a_nvals)
|
||||
ber_bvarray_free(a->a_nvals);
|
||||
ber_bvarray_free(a->a_vals);
|
||||
|
|
|
|||
Loading…
Reference in a new issue