mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
fix uninitialized vars
This commit is contained in:
parent
7ffc723c40
commit
c5529b489b
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ LDAPDN_rewrite( LDAPDN *dn, unsigned flags )
|
|||
AttributeDescription *ad;
|
||||
slap_syntax_transform_func *transf = NULL;
|
||||
MatchingRule *mr;
|
||||
struct berval bv;
|
||||
struct berval bv = { 0, NULL };
|
||||
|
||||
assert( ava );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue