]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/mra.c
update for new backend types
[openldap] / servers / slapd / mra.c
index b518e72735f5d3e1eb499fc2b5f530ebb03464c2..e72298feb9d5f437e616b85597d547b817400a04 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2004 The OpenLDAP Foundation.
+ * Copyright 1998-2005 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -57,13 +57,11 @@ get_mra(
        struct berval type = BER_BVNULL;
        struct berval value = BER_BVNULL;
        struct berval rule_text = BER_BVNULL;
-       MatchingRuleAssertion ma;
+       MatchingRuleAssertion ma = { 0 };
 #ifdef LDAP_COMP_MATCH
        AttributeAliasing* aa = NULL;
 #endif
 
-       memset( &ma, 0, sizeof ma);
-
        rtag = ber_scanf( ber, "{t" /*"}"*/, &tag );
 
        if( rtag == LBER_ERROR ) {