X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fmr.c;h=639f594fe4872fcc62df2fb98a0e0d772bd7991d;hb=6d1aa51604a7ae9c44287af5201afc9f43b5e91e;hp=f85c08af06476220366f3b56f9cc2c8213dc4493;hpb=30fbf95de1039e55f75678b35ba49f4574fbaee5;p=openldap diff --git a/servers/slapd/mr.c b/servers/slapd/mr.c index f85c08af06..639f594fe4 100644 --- a/servers/slapd/mr.c +++ b/servers/slapd/mr.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2007 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;