|
|
@@ -194,7 +194,7 @@ ava_candidates(
|
|
|
Slapi_Value sv;
|
|
|
struct berval *bval;
|
|
|
Slapi_Value **ivals;
|
|
|
- IDList *idl;
|
|
|
+ IDList *idl = NULL;
|
|
|
int unindexed = 0;
|
|
|
Slapi_Attr sattr;
|
|
|
|
|
|
@@ -251,6 +251,10 @@ ava_candidates(
|
|
|
case LDAP_FILTER_APPROX:
|
|
|
indextype = (char*)indextype_APPROX;
|
|
|
break;
|
|
|
+ default:
|
|
|
+ LDAPDebug( LDAP_DEBUG_TRACE, "<= ava_candidates invalid filter\n", 0, 0, 0 );
|
|
|
+ goto done;
|
|
|
+ break;
|
|
|
}
|
|
|
|
|
|
/* This code is result of performance anlysis; we are trying to
|