This commit is contained in:
Pierangelo Masarati 2005-07-19 14:38:55 +00:00
parent 707082fcb7
commit 16934eb8ef

View File

@ -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 ) {