From d9764a539988495b35f5afa55c4e32e6ddb0783c Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Tue, 5 Mar 2013 21:42:16 -0600 Subject: [PATCH] Make lib/hdb/hdb.c build (but hdb plugins broken) --- lib/hdb/hdb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hdb/hdb.c b/lib/hdb/hdb.c index 443ea5ba0..bee399c90 100644 --- a/lib/hdb/hdb.c +++ b/lib/hdb/hdb.c @@ -414,10 +414,12 @@ hdb_create(krb5_context context, HDB **db, const char *filename) (void)_krb5_plugin_run_f(context, "krb5", "hdb", HDB_INTERFACE_VERSION, 0, &cb_ctx, callback); } +#if 0 /* XXX */ #ifdef HAVE_DLOPEN if (cb_ctx.h == NULL) cb_ctx.h = find_dynamic_method (context, cb_ctx.filename, &cb_ctx.residual); #endif +#endif if (cb_ctx.h == NULL) krb5_errx(context, 1, "No database support for %s", cb_ctx.filename); return (*cb_ctx.h->create)(context, db, cb_ctx.residual); -- 2.11.4.GIT