mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fix argument order for ucisprop (coverity)
This commit is contained in:
parent
2cf553563b
commit
9710c2b17b
@ -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 New Issue
Block a user