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:
Pierangelo Masarati 2001-12-22 14:25:54 +00:00
parent 328d38713a
commit 7733169933

View 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 );