mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#2390 fix for back-bdb
This commit is contained in:
parent
90332c2de2
commit
8a7114e152
@ -39,8 +39,8 @@ bdb_exop_passwd(
|
|||||||
struct berval id = { 0, NULL };
|
struct berval id = { 0, NULL };
|
||||||
struct berval new = { 0, NULL };
|
struct berval new = { 0, NULL };
|
||||||
|
|
||||||
struct berval dn;
|
struct berval dn = { 0, NULL };
|
||||||
struct berval ndn;
|
struct berval ndn = { 0, NULL };
|
||||||
|
|
||||||
u_int32_t locker = 0;
|
u_int32_t locker = 0;
|
||||||
DB_LOCK lock;
|
DB_LOCK lock;
|
||||||
|
Loading…
Reference in New Issue
Block a user