ITS#2015 give correct index key back to presence_candidates

This commit is contained in:
Howard Chu 2002-08-08 17:27:50 +00:00
parent e2b8a3b139
commit f7859e9913

View File

@ -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;