From: Hallvard Furuseth Date: Tue, 13 Jul 1999 05:05:59 +0000 (+0000) Subject: Add opattrs=0 arg to send_search_entry() call X-Git-Tag: OPENLDAP_REL_ENG_2_BP~172 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4e80e9b9f285bcc7b98a16d370611fd906f130a7;p=openldap Add opattrs=0 arg to send_search_entry() call --- diff --git a/servers/slapd/back-passwd/search.c b/servers/slapd/back-passwd/search.c index bd61a8070c..0eea43fe99 100644 --- a/servers/slapd/back-passwd/search.c +++ b/servers/slapd/back-passwd/search.c @@ -102,7 +102,7 @@ passwd_back_search( attr_merge( e, "objectClass", vals ); if ( test_filter( be, conn, op, e, filter ) == 0 ) { - send_search_entry( be, conn, op, e, attrs, attrsonly ); + send_search_entry( be, conn, op, e, attrs, attrsonly, 0 ); matched = strdup( be->be_suffix[0] ); sent++; }