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

@@ -371,6 +371,7 @@ hdb_ndbm_create(krb5_context context, HDB **db,
(*db)->hdb_open = NDBM_open;
(*db)->hdb_close = NDBM_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 = NDBM_firstkey;