diff options
-rw-r--r-- | source3/modules/vfs_afsacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_afsacl.c b/source3/modules/vfs_afsacl.c index 8923c62b4c..6301469db0 100644 --- a/source3/modules/vfs_afsacl.c +++ b/source3/modules/vfs_afsacl.c @@ -828,7 +828,7 @@ static bool nt_to_afs_acl(const char *filename, return true; } -static bool afs_get_afs_acl(char *filename, struct afs_acl *acl) +static bool afs_get_afs_acl(const char *filename, struct afs_acl *acl) { struct afs_iob iob; |