mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
ITS#394: index presence bug fix
This commit is contained in:
parent
268dd9beaf
commit
01ab716e8a
2 changed files with 2 additions and 2 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue