Debug( LDAP_DEBUG_FILTER, "=> filter_matched_values\n", 0, 0, 0 );
#endif
- for ( vrf = op->vrFilter; vrf != NULL; vrf = vrf->vrf_next ) {
+ for ( vrf = op->o_vrFilter; vrf != NULL; vrf = vrf->vrf_next ) {
switch ( vrf->vrf_choice ) {
case SLAPD_FILTER_COMPUTED:
#ifdef NEW_LOGGING
* to particular value of attribute and equals 1 if value matches
* to ValuesReturnFilter or 0 if not
*/
- if ( op->vrFilter != NULL ) {
+ if ( op->o_vrFilter != NULL ) {
int k = 0;
size_t size;
continue;
}
- if ( op->vrFilter && e_flags[j][i] == 0 ){
+ if ( op->o_vrFilter && e_flags[j][i] == 0 ){
continue;
}
/* only have subschemaSubentry implemented */
aa = backend_operational( op, rs, opattrs );
- if ( aa != NULL && op->vrFilter != NULL ) {
+ if ( aa != NULL && op->o_vrFilter != NULL ) {
int k = 0;
size_t size;
continue;
}
- if ( op->vrFilter && e_flags[j][i] == 0 ){
+ if ( op->o_vrFilter && e_flags[j][i] == 0 ){
continue;
}