mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 05:13:35 -05:00
fix handling of multiple attrs in URI (ITS#5516)
This commit is contained in:
parent
20e8da9ba7
commit
91d337fb29
1 changed files with 4 additions and 4 deletions
|
|
@ -2049,11 +2049,11 @@ acl_set_cb_gather( Operation *op, SlapReply *rs )
|
|||
bvalsp = a->a_nvals;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ( bvalsp ) {
|
||||
p->bvals = slap_set_join( p->cookie, p->bvals,
|
||||
( '|' | SLAP_SET_RREF ), bvalsp );
|
||||
if ( bvalsp ) {
|
||||
p->bvals = slap_set_join( p->cookie, p->bvals,
|
||||
( '|' | SLAP_SET_RREF ), bvalsp );
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue