mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
fix up UTF8MATCH
This commit is contained in:
parent
f310142d2c
commit
0cdf9e3124
1 changed files with 0 additions and 2 deletions
|
|
@ -1217,9 +1217,7 @@ int caseExactFilter(
|
|||
keys[0] = ber_bvdup( &digest );
|
||||
keys[1] = NULL;
|
||||
|
||||
#if UTF8MATCH
|
||||
ber_bvfree( value );
|
||||
#endif
|
||||
|
||||
*keysp = keys;
|
||||
return LDAP_SUCCESS;
|
||||
|
|
|
|||
Loading…
Reference in a new issue