ITS#2390 fix for back-bdb

This commit is contained in:
Kurt Zeilenga 2003-03-22 16:38:31 +00:00
parent 90332c2de2
commit 8a7114e152

View File

@ -39,8 +39,8 @@ bdb_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 };
u_int32_t locker = 0;
DB_LOCK lock;