diff --git a/lib/hdb/ndbm.c b/lib/hdb/ndbm.c index 14bb4d02b..e7d5cb813 100644 --- a/lib/hdb/ndbm.c +++ b/lib/hdb/ndbm.c @@ -7,7 +7,7 @@ RCSID("$Id$"); krb5_error_code NDBM_close(krb5_context context, HDB *db) { - DBM *d = (DB*)db->db; + DBM *d = (DBM*)db->db; dbm_close(d); free(db); return 0;