mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
do not cause f_result to override undefined ava
This commit is contained in:
parent
e1f928023e
commit
6d35c255d3
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user