ITS#3647 fix hdb dn2idl SEGV

This commit is contained in:
Howard Chu 2005-04-11 04:00:08 +00:00
parent 5affbfa428
commit b0627689e8

View File

@ -804,7 +804,7 @@ struct dn2id_cookie {
ID dbuf;
ID *ids;
void *ptr;
ID tmp[BDB_IDL_DB_SIZE];
ID tmp[BDB_IDL_UM_SIZE];
ID *buf;
DBT key;
DBT data;