From 62f5e43dff01bbbf37b818aaaed04bdb951a38fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 25 Jan 2009 00:43:05 +0000 Subject: [PATCH] add destroy git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24432 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/keytab.c | 1 + 1 file changed, 1 insertion(+) 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 */