mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
fix typo
This commit is contained in:
parent
91bb1bd980
commit
51c658babd
@ -81,7 +81,7 @@ ldap_back_compare(
|
||||
}
|
||||
|
||||
if ( op->orc_ava->aa_desc == slap_schema.si_ad_objectClass
|
||||
|| op->orc_ava->a_desc == slap_schema.si_ad_structuralObjectClass ) {
|
||||
|| op->orc_ava->aa_desc == slap_schema.si_ad_structuralObjectClass ) {
|
||||
ldap_back_map(&li->rwmap.rwm_oc, &op->orc_ava->aa_value,
|
||||
&mapped_val, BACKLDAP_MAP);
|
||||
if (mapped_val.bv_val == NULL || mapped_val.bv_val[0] == '\0') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user