mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
cleanup
This commit is contained in:
parent
707082fcb7
commit
16934eb8ef
1 changed files with 1 additions and 3 deletions
|
|
@ -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 a new issue