mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Fix argument order for ucisprop (coverity)
This commit is contained in:
parent
2cf553563b
commit
9710c2b17b
1 changed files with 1 additions and 1 deletions
|
|
@ -123,5 +123,5 @@ _ure_matches_properties(unsigned long props, ucs4_t c)
|
|||
}
|
||||
}
|
||||
|
||||
return ucisprop( mask1, mask2, c );
|
||||
return ucisprop( c, mask1, mask2 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue