mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix up UTF8MATCH
This commit is contained in:
parent
f310142d2c
commit
0cdf9e3124
@ -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 New Issue
Block a user