From dd63466491829441ced761a03d067ea2e733d7d6 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 13 Aug 2001 14:42:13 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10489 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kadm5/context_s.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/kadm5/context_s.c b/lib/kadm5/context_s.c index abf178bb8..6c2367026 100644 --- a/lib/kadm5/context_s.c +++ b/lib/kadm5/context_s.c @@ -116,7 +116,6 @@ set_config(kadm5_server_context *ctx, if(ctx->config.acl_file == NULL) set_field(ctx->context, binding, ctx->config.dbname, "acl_file", "acl", &ctx->config.acl_file); - /* XXX calling a file a `stash file' isn't very clever */ if(ctx->config.stash_file == NULL) set_field(ctx->context, binding, ctx->config.dbname, "mkey_file", "mkey", &ctx->config.stash_file);