From: Pierangelo Masarati Date: Fri, 8 Jul 2011 06:47:28 +0000 (+0200) Subject: blind fix build on solaris native compilers (ITS#6992) X-Git-Tag: OPENLDAP_REL_ENG_2_4_27~316 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d1e8347554d309ae31bcf7f021c020c6b23190ff;p=openldap blind fix build on solaris native compilers (ITS#6992) --- diff --git a/servers/slapd/ldapsync.c b/servers/slapd/ldapsync.c index 771f5d331d..b3a3285ef3 100644 --- a/servers/slapd/ldapsync.c +++ b/servers/slapd/ldapsync.c @@ -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 };