diff --git a/lib/hdb/keytab.c b/lib/hdb/keytab.c index b87f3ecec..8232774a8 100644 --- a/lib/hdb/keytab.c +++ b/lib/hdb/keytab.c @@ -263,6 +263,7 @@ krb5_kt_ops hdb_kt_ops = { hdb_resolve, hdb_get_name, hdb_close, + NULL, /* destroy */ hdb_get_entry, NULL, /* start_seq_get */ NULL, /* next_entry */