rename acl_string parameter
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10939 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000 - 2001 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 2000 - 2002 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -129,7 +129,7 @@ acl_match_acl(krb5_context context,
|
|||||||
|
|
||||||
krb5_error_code
|
krb5_error_code
|
||||||
krb5_acl_match_string(krb5_context context,
|
krb5_acl_match_string(krb5_context context,
|
||||||
const char *acl_string,
|
const char *string,
|
||||||
const char *format,
|
const char *format,
|
||||||
...)
|
...)
|
||||||
{
|
{
|
||||||
@@ -144,7 +144,7 @@ krb5_acl_match_string(krb5_context context,
|
|||||||
if(ret)
|
if(ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
found = acl_match_acl(context, acl, acl_string);
|
found = acl_match_acl(context, acl, string);
|
||||||
acl_free_list(acl);
|
acl_free_list(acl);
|
||||||
if (found) {
|
if (found) {
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user