mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#2390 - freeing uninit'd ndn
This commit is contained in:
parent
23d69c1d1f
commit
90332c2de2
@ -39,8 +39,8 @@ ldbm_back_exop_passwd(
|
||||
struct berval id = { 0, NULL };
|
||||
struct berval new = { 0, NULL };
|
||||
|
||||
struct berval dn;
|
||||
struct berval ndn;
|
||||
struct berval dn = { 0, NULL };
|
||||
struct berval ndn = { 0, NULL };
|
||||
|
||||
assert( reqoid != NULL );
|
||||
assert( ber_bvcmp( &slap_EXOP_MODIFY_PASSWD, reqoid ) == 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user