From: Sang Seok Lim Date: Mon, 20 Dec 2004 04:48:16 +0000 (+0000) Subject: return value mising X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ccd3acc98e9a8d4ed72c387a7b8f26b33737772d;p=openldap return value mising --- diff --git a/servers/slapd/component.c b/servers/slapd/component.c index e9162495c1..e35fff1a67 100644 --- a/servers/slapd/component.c +++ b/servers/slapd/component.c @@ -318,7 +318,7 @@ get_aliased_filter ( Operation* op, MatchingRuleAssertion* ma, AttributeAliasing * the component assertion value in assert_bv * Multiple values may be separated with '$' */ - rc = dup_comp_filter ( op, &assert_bv, aa->aa_cf, &ma->ma_cf ); + return dup_comp_filter ( op, &assert_bv, aa->aa_cf, &ma->ma_cf ); } int