]> git.sur5r.net Git - openldap/commitdiff
Delete spurious 7th arg (of 8) to send_search_entry()
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 20:31:03 +0000 (20:31 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 20:31:03 +0000 (20:31 +0000)
servers/slapd/back-shell/result.c

index 7e895001ac01db06de939057c468339bae9a5b28..a10891c212b7645604071987647d1173797bebc3 100644 (file)
@@ -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 );
                        }