From: Hallvard Furuseth Date: Sun, 1 Aug 1999 20:31:03 +0000 (+0000) Subject: Delete spurious 7th arg (of 8) to send_search_entry() X-Git-Tag: TWEB_OL_BASE~341 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d716086a2d9ee204a7fd031cd0ebbbdbb0dcd2c9;p=openldap Delete spurious 7th arg (of 8) to send_search_entry() --- diff --git a/servers/slapd/back-shell/result.c b/servers/slapd/back-shell/result.c index 7e895001ac..a10891c212 100644 --- a/servers/slapd/back-shell/result.c +++ b/servers/slapd/back-shell/result.c @@ -59,7 +59,7 @@ read_and_send_results( buf, 0, 0 ); } else { send_search_entry( be, conn, op, e, attrs, - attrsonly, 0, NULL ); + attrsonly, NULL ); entry_free( e ); }