mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
fix ITS#4874
This commit is contained in:
parent
a28eb7817a
commit
71c93265e2
1 changed files with 1 additions and 1 deletions
|
|
@ -2053,7 +2053,7 @@ acl_set_cb_gather( Operation *op, SlapReply *rs )
|
|||
}
|
||||
}
|
||||
|
||||
if ( bvals ) {
|
||||
if ( bvalsp ) {
|
||||
p->bvals = slap_set_join( p->cookie, p->bvals,
|
||||
( '|' | SLAP_SET_RREF ), bvalsp );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue