]> git.sur5r.net Git - openldap/commitdiff
return value mising
authorSang Seok Lim <slim@openldap.org>
Mon, 20 Dec 2004 04:48:16 +0000 (04:48 +0000)
committerSang Seok Lim <slim@openldap.org>
Mon, 20 Dec 2004 04:48:16 +0000 (04:48 +0000)
servers/slapd/component.c

index e9162495c1b97b5e43374474051668a3a7bb0dbf..e35fff1a67fcd942643f126a213ebbbf10e99517 100644 (file)
@@ -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