Skip to content
Snippets Groups Projects
Commit 2bf4b5b1 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

More for ITS#6814

parent 37244b46
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment