mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
blind fix build on solaris native compilers (ITS#6992)
This commit is contained in:
parent
c0b669e14f
commit
c86677ef41
@ -169,16 +169,16 @@ slap_parse_csn_sids( BerVarray csns, int numcsns, void *memctx )
|
||||
static slap_mr_match_func sidsort_cmp;
|
||||
|
||||
static const MatchingRule sidsort_mr = {
|
||||
{},
|
||||
{ 0 },
|
||||
NULL,
|
||||
{},
|
||||
{},
|
||||
{ 0 },
|
||||
{ 0 },
|
||||
0,
|
||||
NULL, NULL, NULL, sidsort_cmp
|
||||
};
|
||||
static const AttributeType sidsort_at = {
|
||||
{},
|
||||
{},
|
||||
{ 0 },
|
||||
{ 0 },
|
||||
NULL, NULL, (MatchingRule *)&sidsort_mr,
|
||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL, SLAP_AT_SORTED_VAL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user