mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
(undefined=*) should precompute to False
This commit is contained in:
parent
754258af38
commit
f5f0397398
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue