mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
allegedly unnecessary selection of first database to return rootDSE or subschema entries; note that the same happens in access_allowed()
This commit is contained in:
parent
328d38713a
commit
7733169933
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user