mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-22 14:53:33 -05:00
blind fix build on solaris native compilers (ITS#6992)
This commit is contained in:
parent
c0b669e14f
commit
c86677ef41
1 changed files with 5 additions and 5 deletions
|
|
@ -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 a new issue