blind fix build on solaris native compilers (ITS#6992)

This commit is contained in:
Pierangelo Masarati 2011-07-08 08:47:28 +02:00
parent c0b669e14f
commit c86677ef41

View File

@ -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
};