(undefined=*) should precompute to False

This commit is contained in:
Kurt Zeilenga 2001-12-05 16:31:19 +00:00
parent 754258af38
commit f5f0397398

View file

@ -210,7 +210,7 @@ get_filter(
if( err != LDAP_SUCCESS ) {
/* unrecognized attribute description or other error */
f->f_choice = SLAPD_FILTER_COMPUTED;
f->f_result = SLAPD_COMPARE_UNDEFINED;
f->f_result = SLAPD_COMPARE_FALSE;
*fstr = ch_strdup( "(unrecogized=*)" );
ch_free( type.bv_val );
err = LDAP_SUCCESS;