don't use hdb_dbc.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24974 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -68,7 +68,7 @@ typedef struct hdb_entry_ex {
|
|||||||
|
|
||||||
typedef struct HDB{
|
typedef struct HDB{
|
||||||
void *hdb_db;
|
void *hdb_db;
|
||||||
void *hdb_dbc;
|
void *hdb_dbc; /** don't use, only for DB3 */
|
||||||
char *hdb_name;
|
char *hdb_name;
|
||||||
int hdb_master_key_set;
|
int hdb_master_key_set;
|
||||||
hdb_master_key hdb_master_key;
|
hdb_master_key hdb_master_key;
|
||||||
|
Reference in New Issue
Block a user