Fixed initialization bug.

This commit is contained in:
Howard Chu 2001-11-24 03:44:28 +00:00
parent 02b464b684
commit 939028b43f

View File

@ -372,7 +372,7 @@ bdb_dn2idl(
/* store the ID */
DBTzero( &data );
data.data = ids;
data.ulen = sizeof(ID);
data.ulen = BDB_IDL_UM_SIZEOF;
data.flags = DB_DBT_USERMEM;
/* fetch it */