]> git.sur5r.net Git - openldap/commitdiff
SLAPD_SCHEMA_NOT_COMPAT: working test005-modrdn!
authorKurt Zeilenga <kurt@openldap.org>
Sun, 28 May 2000 19:54:07 +0000 (19:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 28 May 2000 19:54:07 +0000 (19:54 +0000)
servers/slapd/back-ldbm/modify.c

index 00c11f07ec97b206429a0a40aa8c540f0164fc71..552fae08801fd6e5682358871a07e0d4416937c7 100644 (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 )