s3:modules/vfs_afsacl fix a compiler warning
authorChristian Ambach <ambi@samba.org>
Fri, 15 Jul 2011 14:16:11 +0000 (16:16 +0200)
committerChristian Ambach <ambi@samba.org>
Thu, 21 Jul 2011 12:55:09 +0000 (14:55 +0200)
source3/modules/vfs_afsacl.c

index 8923c62b4c3cf06fe02108eddcb163fe272d2392..6301469db06d085b8f554c3eaf6702dc0e6ab6f0 100644 (file)
@@ -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;