mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
fix mistype.
This commit is contained in:
parent
6e6118c6cc
commit
95bc47ce79
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ ldap_back_compare(
|
|||
return( -1 );
|
||||
|
||||
mapped_at = ldap_back_map(&li->at_map, ava->aa_value->bv_val, 0);
|
||||
if (mapped_oc == NULL)
|
||||
if (mapped_at == NULL)
|
||||
return( -1 );
|
||||
|
||||
ldap_compare_s( lc->ld, mdn, mapped_oc, mapped_at );
|
||||
|
|
|
|||
Loading…
Reference in a new issue