correctly get acl file

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7331 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-11-09 17:57:31 +00:00
parent e7b9616810
commit ccdb41e6fd

View File

@@ -91,7 +91,7 @@ _kadm5_acl_init(kadm5_server_context *context)
} }
flags = -1; flags = -1;
f = fopen(context->acl_file, "r"); f = fopen(context->config.acl_file, "r");
if(f){ if(f){
while(fgets(buf, sizeof(buf), f)){ while(fgets(buf, sizeof(buf), f)){
char *foo = NULL, *p; char *foo = NULL, *p;