From ccdb41e6fd3524544f4eb9fc3ed1a30c72e51191 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 9 Nov 1999 17:57:31 +0000 Subject: [PATCH] correctly get acl file git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7331 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kadm5/acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kadm5/acl.c b/lib/kadm5/acl.c index 43481a31d..e054a6486 100644 --- a/lib/kadm5/acl.c +++ b/lib/kadm5/acl.c @@ -91,7 +91,7 @@ _kadm5_acl_init(kadm5_server_context *context) } flags = -1; - f = fopen(context->acl_file, "r"); + f = fopen(context->config.acl_file, "r"); if(f){ while(fgets(buf, sizeof(buf), f)){ char *foo = NULL, *p;