From 62825b0ff953a7ba269ef6bc30d0470d07269e4b Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Fri, 15 Jul 2011 16:16:11 +0200 Subject: [PATCH] s3:modules/vfs_afsacl fix a compiler warning --- source3/modules/vfs_afsacl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1