]> git.sur5r.net Git - openldap/commitdiff
allegedly unnecessary selection of first database to return rootDSE or subschema...
authorPierangelo Masarati <ando@openldap.org>
Sat, 22 Dec 2001 14:25:54 +0000 (14:25 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 22 Dec 2001 14:25:54 +0000 (14:25 +0000)
servers/slapd/search.c

index 0f9af2b4b270c8aa0c9910d37dbf80cd0cfeee66..08402dc8a79a094cf5eced2a04f3000502ec7f2a 100644 (file)
@@ -243,7 +243,7 @@ do_search(
                                entry, filter );
 
                        if( rc == LDAP_COMPARE_TRUE ) {
-                               send_search_entry( &backends[0], conn, op,
+                               send_search_entry( NULL, conn, op,
                                        entry, attrs, attrsonly, NULL );
                        }
                        entry_free( entry );