Skip to content
Snippets Groups Projects
Commit 491ad352 authored by Howard Chu's avatar Howard Chu
Browse files

Fix order of arguments

parent 1f00bd3c
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment