mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
don't recompute userattrs
This commit is contained in:
parent
614e5a9de6
commit
9dcdeef319
1 changed files with 1 additions and 2 deletions
|
|
@ -902,8 +902,7 @@ slap_send_search_entry( Operation *op, SlapReply *rs )
|
|||
}
|
||||
|
||||
/* check for special all user attributes ("*") type */
|
||||
userattrs = ( rs->sr_attrs == NULL ) ? 1
|
||||
: an_find( rs->sr_attrs, &AllUser );
|
||||
userattrs = SLAP_USERATTRS( rs->sr_attr_flags );
|
||||
|
||||
/* create an array of arrays of flags. Each flag corresponds
|
||||
* to particular value of attribute and equals 1 if value matches
|
||||
|
|
|
|||
Loading…
Reference in a new issue