SLAPD_SCHEMA_NOT_COMPAT: working test005-modrdn!

This commit is contained in:
Kurt Zeilenga 2000-05-28 19:54:07 +00:00
parent d0afc90110
commit 7a97873274

View file

@ -373,7 +373,7 @@ delete_values(
mod->sm_desc->ad_type->sat_equality,
mod->sm_bvalues[i], a->a_vals[j], &text );
if( rc == LDAP_SUCCESS && match == 0 )
if( rc == LDAP_SUCCESS && match != 0 )
#else
if ( value_cmp( mod->mod_bvalues[i], a->a_vals[j],
a->a_syntax, 3 ) != 0 )