From: Christian Ambach Date: Fri, 15 Jul 2011 14:16:11 +0000 (+0200) Subject: s3:modules/vfs_afsacl fix a compiler warning X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=62825b0ff953a7ba269ef6bc30d0470d07269e4b;p=kai%2Fsamba.git s3:modules/vfs_afsacl fix a compiler warning --- diff --git a/source3/modules/vfs_afsacl.c b/source3/modules/vfs_afsacl.c index 8923c62b4c3..6301469db06 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;