From: Howard Chu Date: Thu, 8 Aug 2002 17:27:50 +0000 (+0000) Subject: ITS#2015 give correct index key back to presence_candidates X-Git-Tag: NO_SLAP_OP_BLOCKS~1256 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f7859e9913e5a6880a30d97dc6d80e5927a784de;p=openldap ITS#2015 give correct index key back to presence_candidates --- diff --git a/servers/slapd/back-bdb/index.c b/servers/slapd/back-bdb/index.c index 907b058902..5a7b2a49b0 100644 --- a/servers/slapd/back-bdb/index.c +++ b/servers/slapd/back-bdb/index.c @@ -112,6 +112,7 @@ int bdb_index_param( switch( ftype ) { case LDAP_FILTER_PRESENT: if( IS_SLAP_INDEX( mask, SLAP_INDEX_PRESENT ) ) { + *prefixp = presence_key; goto done; } break;