mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
add comment
This commit is contained in:
parent
3d4eeba5d1
commit
335633d9eb
1 changed files with 2 additions and 0 deletions
|
|
@ -376,6 +376,8 @@ dynlist_send_entry( Operation *op, SlapReply *rs, dynlist_info_t *dli )
|
||||||
o.ors_scope = lud->lud_scope;
|
o.ors_scope = lud->lud_scope;
|
||||||
|
|
||||||
if ( dli->dli_member_ad != NULL ) {
|
if ( dli->dli_member_ad != NULL ) {
|
||||||
|
/* if ( lud->lud_attrs != NULL ),
|
||||||
|
* the URL should be ignored */
|
||||||
o.ors_attrs = slap_anlist_no_attrs;
|
o.ors_attrs = slap_anlist_no_attrs;
|
||||||
|
|
||||||
} else if ( lud->lud_attrs == NULL ) {
|
} else if ( lud->lud_attrs == NULL ) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue