]> git.sur5r.net Git - openldap/commitdiff
(undefined=*) should precompute to False
authorKurt Zeilenga <kurt@openldap.org>
Wed, 5 Dec 2001 16:31:19 +0000 (16:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 5 Dec 2001 16:31:19 +0000 (16:31 +0000)
servers/slapd/filter.c

index 5baea4bab3783bc4abdc427d7b95b1919c14ce9b..dee21977612f3cdafa8902480658c70d7e48a69e 100644 (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;