mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix order of arguments
This commit is contained in:
parent
1f00bd3c7f
commit
491ad352ea
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ get_mra(
|
|||
rc = asserted_value_validate_normalize( ma.ma_desc,
|
||||
ma.ma_rule,
|
||||
SLAP_MR_EXT|SLAP_MR_VALUE_OF_ASSERTION_SYNTAX,
|
||||
&ma.ma_value, &value, text );
|
||||
&value, &ma.ma_value, text );
|
||||
if ( rc == LDAP_SUCCESS ) {
|
||||
ma.ma_value = value;
|
||||
} else
|
||||
|
|
|
|||
Loading…
Reference in a new issue