mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
ITS#2015 give correct index key back to presence_candidates
This commit is contained in:
parent
e2b8a3b139
commit
f7859e9913
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue