ITS#394: index presence bug fix

This commit is contained in:
Kurt Zeilenga 1999-12-10 18:07:24 +00:00
parent 268dd9beaf
commit 01ab716e8a
2 changed files with 2 additions and 2 deletions

View file

@ -143,7 +143,7 @@ presence_candidates(
Debug( LDAP_DEBUG_TRACE, "=> presence_candidates\n", 0, 0, 0 );
idl = bdb2i_index_read( be, type, 0, "*" );
idl = bdb2i_index_read( be, type, INDEX_PRESENCE, "*" );
Debug( LDAP_DEBUG_TRACE, "<= presence_candidates %ld\n",
idl ? ID_BLOCK_NIDS(idl) : 0, 0, 0 );

View file

@ -147,7 +147,7 @@ presence_candidates(
Debug( LDAP_DEBUG_TRACE, "=> presence_candidates\n", 0, 0, 0 );
idl = index_read( be, type, 0, "*" );
idl = index_read( be, type, INDEX_PRESENCE, "*" );
Debug( LDAP_DEBUG_TRACE, "<= presence_candidates %ld\n",
idl ? ID_BLOCK_NIDS(idl) : 0, 0, 0 );