]> git.sur5r.net Git - openldap/commitdiff
do not cause f_result to override undefined ava
authorPierangelo Masarati <ando@openldap.org>
Mon, 31 Jan 2011 21:33:54 +0000 (21:33 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 31 Jan 2011 21:33:54 +0000 (21:33 +0000)
servers/slapd/ava.c

index 94a7047a6302c7c3fcc9b9f80a2e561d0320adc8..1292cb0669196a51ea3618c504f93359cd5616b4 100644 (file)
@@ -98,7 +98,7 @@ get_ava(
                        aa->aa_desc = slap_bv2tmp_ad( &type, op->o_tmpmemctx );
                        ber_dupbv_x( &aa->aa_value, &value, op->o_tmpmemctx );
                        f->f_ava = aa;
-                       return rc;
+                       return LDAP_SUCCESS;
                }
        }
 
@@ -122,7 +122,7 @@ get_ava(
                        rc = get_aliased_filter_aa ( op, aa, a_alias, text );
                        if( rc != LDAP_SUCCESS ) {
                                Debug( LDAP_DEBUG_FILTER,
-                                               "get_ava:Invalid Attribute Aliasing\n", 0, 0, 0 );
+                                               "get_ava: Invalid Attribute Aliasing\n", 0, 0, 0 );
                                return rc;
                        }
                }