make compile
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24033 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -55,9 +55,11 @@ static struct hdb_method methods[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#if HAVE_DB1 || HAVE_DB3
|
#if HAVE_DB1 || HAVE_DB3
|
||||||
static struct hdb_method dbmetod = {"", hdb_db_create };
|
static struct hdb_method dbmetod =
|
||||||
|
{ HDB_INTERFACE_VERSION, "", hdb_db_create };
|
||||||
#elif defined(HAVE_NDBM)
|
#elif defined(HAVE_NDBM)
|
||||||
static struct hdb_method dbmetod = {"", hdb_ndbm_create };
|
static struct hdb_method dbmetod =
|
||||||
|
{ HDB_INTERFACE_VERSION, "", hdb_ndbm_create };
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user