From: Quanah Gibson-Mount Date: Mon, 31 Jan 2011 21:47:02 +0000 (+0000) Subject: More for ITS#6814 X-Git-Tag: OPENLDAP_REL_ENG_2_4_24~28 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2bf4b5b12de5d5db8a026725020515741d64ff16;p=openldap More for ITS#6814 --- diff --git a/servers/slapd/ava.c b/servers/slapd/ava.c index 94a7047a63..1292cb0669 100644 --- a/servers/slapd/ava.c +++ b/servers/slapd/ava.c @@ -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; } }