]> git.sur5r.net Git - openldap/commitdiff
ITS#374: index presence filter bug fix. OPENLDAP_REL_ENG_1_2_8
authorKurt Zeilenga <kurt@openldap.org>
Fri, 10 Dec 1999 18:07:59 +0000 (18:07 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 10 Dec 1999 18:07:59 +0000 (18:07 +0000)
CHANGES
servers/slapd/back-ldbm/filterindex.c

diff --git a/CHANGES b/CHANGES
index fad944f3c4a53da6a432c10f59138ba11095e8bc..83d53b673c22a9e4ee923262684525ee349355e1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,5 @@
 OpenLDAP Change Log
 
-Changes included in OpenLDAP 1.2.9 Engineering
-       CVS Tag: OPENLDAP_REL_ENG_1_2
-
 Changes included in OpenLDAP 1.2.8
        CVS Tag: OPENLDAP_REL_ENG_1_2_8
        Fixed slapd lint
@@ -12,6 +9,7 @@ Changes included in OpenLDAP 1.2.8
        Fixed lber/io.c Cray T90 specific pointer arithmetic problem (ITS#325)
        Fixed s_addr dereferencing (ITS#340)
        Fixed ud strstr crash (ITS#328)
+       Fixed back-ldbm presence index bug (ITS#394)
        Fixed -lthread rdwr 2-writer bug (ITS#395)
        Added TCP_NODELAY support
        Changed slapd to apply ACL to lastmod attributes
index 2b304d104a63ca51d8363ac39ea41d17c11dc416..f4b1dde42a3469ff82a137e8842ddb6344b0928d 100644 (file)
@@ -132,7 +132,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 %lu\n",
            idl ? ID_BLOCK_NIDS(idl) : 0, 0, 0 );