Skip to content
Snippets Groups Projects
Commit 01ab716e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

ITS#394: index presence bug fix

parent 268dd9be
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment