]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/mr.c
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
[openldap] / servers / slapd / mr.c
index 91756a2d01cf233b438af118940bc48dbf7955be..cb8a38c108d05d0a4d3a1471dedabd41435e36d2 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-2014 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;