From: Michael Adam Date: Mon, 17 Nov 2008 09:29:41 +0000 (+0100) Subject: [s3]zfsacl: "return" is not a function. X-Git-Tag: samba-4.0.0alpha6~480^2~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afbfbd7f4c656fa4ed036314837024be8cd634c9;p=thirdparty%2Fsamba.git [s3]zfsacl: "return" is not a function. Michael --- diff --git a/source3/modules/vfs_zfsacl.c b/source3/modules/vfs_zfsacl.c index 650666e921b..a5b0490c8dd 100644 --- a/source3/modules/vfs_zfsacl.c +++ b/source3/modules/vfs_zfsacl.c @@ -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 */