From: Pierangelo Masarati Date: Fri, 9 Dec 2005 10:31:41 +0000 (+0000) Subject: add comment X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~619 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=335633d9eb3670144cc57b66263c3bec95c69d9e;p=openldap add comment --- diff --git a/servers/slapd/overlays/dynlist.c b/servers/slapd/overlays/dynlist.c index 8d7a1a613f..8714577029 100644 --- a/servers/slapd/overlays/dynlist.c +++ b/servers/slapd/overlays/dynlist.c @@ -376,6 +376,8 @@ dynlist_send_entry( Operation *op, SlapReply *rs, dynlist_info_t *dli ) o.ors_scope = lud->lud_scope; if ( dli->dli_member_ad != NULL ) { + /* if ( lud->lud_attrs != NULL ), + * the URL should be ignored */ o.ors_attrs = slap_anlist_no_attrs; } else if ( lud->lud_attrs == NULL ) {