From c86677ef4146eb0f31d1077c00955c998388639f Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Fri, 8 Jul 2011 08:47:28 +0200 Subject: [PATCH] blind fix build on solaris native compilers (ITS#6992) --- servers/slapd/ldapsync.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 }; -- 2.39.5