]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/mr.c
ITS#5860 - more for entry cache counts
[openldap] / servers / slapd / mr.c
index 91756a2d01cf233b438af118940bc48dbf7955be..639f594fe4872fcc62df2fb98a0e0d772bd7991d 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2008 The OpenLDAP Foundation.
+ * Copyright 1998-2009 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -377,7 +377,7 @@ matching_rule_use_init( void )
 
        LDAP_SLIST_FOREACH( mr, &mr_list, smr_next ) {
                AttributeType   *at;
-               MatchingRuleUse mru_storage = { 0 },
+               MatchingRuleUse mru_storage = {{ 0 }},
                                *mru = &mru_storage;
 
                char            **applies_oids = NULL;