Skip to content
Snippets Groups Projects
Commit 7a978732 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

SLAPD_SCHEMA_NOT_COMPAT: working test005-modrdn!

parent d0afc901
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment