[s3]zfsacl: "return" is not a function.
authorMichael Adam <obnox@samba.org>
Mon, 17 Nov 2008 09:29:41 +0000 (10:29 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 25 Nov 2008 10:29:41 +0000 (11:29 +0100)
Michael

source3/modules/vfs_zfsacl.c

index 650666e921b97c21fe98a662340d686fa067678b..a5b0490c8dda577e39e1351e0768fa3ae18ea19c 100644 (file)
@@ -261,20 +261,20 @@ int zfsacl_fail__sys_acl_set_file(vfs_handle_struct *handle,
                                  SMB_ACL_TYPE_T type,
                                  SMB_ACL_T theacl)
 {
-       return(-1);
+       return -1;
 }
 
 int zfsacl_fail__sys_acl_set_fd(vfs_handle_struct *handle,
                                files_struct *fsp,
                                int fd, SMB_ACL_T theacl)
 {
-       return(-1);
+       return -1;
 }
 
 int zfsacl_fail__sys_acl_delete_def_file(vfs_handle_struct *handle,
                                         const char *path)
 {
-       return(-1);
+       return -1;
 }
 
 /* VFS operations structure */