mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
cleanup
This commit is contained in:
parent
707082fcb7
commit
16934eb8ef
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user