Fix order of arguments

This commit is contained in:
Howard Chu 2003-03-24 01:19:43 +00:00
parent 1f00bd3c7f
commit 491ad352ea

View file

@ -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