use _hdb_fetch_kvno

This commit is contained in:
Love Hornquist Astrand
2010-11-28 11:20:31 -08:00
parent c44315b6d9
commit ee8c2e45b4
3 changed files with 3 additions and 0 deletions

View File

@@ -349,6 +349,7 @@ hdb_db_create(krb5_context context, HDB **db,
(*db)->hdb_open = DB_open;
(*db)->hdb_close = DB_close;
(*db)->hdb_fetch = _hdb_fetch;
(*db)->hdb_fetch_kvno = _hdb_fetch_kvno;
(*db)->hdb_store = _hdb_store;
(*db)->hdb_remove = _hdb_remove;
(*db)->hdb_firstkey = DB_firstkey;