mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-23 15:23:00 -05:00
SLAPD_SCHEMA_NOT_COMPAT: working test005-modrdn!
This commit is contained in:
parent
d0afc90110
commit
7a97873274
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue