fix up UTF8MATCH

This commit is contained in:
Kurt Zeilenga 2001-07-22 02:45:21 +00:00
parent f310142d2c
commit 0cdf9e3124

View File

@ -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;