Change the prototype of the vfs function get_nt_acl().
[samba.git] / source / modules / vfs_catia.c
index 71f478a8a9a6aaa7c1e32e6ab88588db4e8d4872..ab48c963ec4fdc9122ac9a5669993875f73a8eb6 100644 (file)
@@ -290,8 +290,7 @@ static NTSTATUS catia_get_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
                               const char *name, uint32 security_info,
                               struct  security_descriptor **ppdesc)
 {
-        return SMB_VFS_NEXT_GET_NT_ACL(handle, fsp, name, security_info,
-                                      ppdesc);
+        return SMB_VFS_NEXT_GET_NT_ACL(handle, name, security_info, ppdesc);
 }
 
 static NTSTATUS catia_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp,