The Samba-Bugzilla – Attachment 8437 Details for
Bug 9564
error too few arguments in function `solarisacl_sys_acl_get_file`
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch cherry-picked from master
0001-vfs-Fix-compilation-of-solaris-ACL-module.patch (text/plain), 1019 bytes, created by
Björn Baumbach
on 2013-01-16 15:00:27 UTC
(
hide
)
Description:
proposed patch cherry-picked from master
Filename:
MIME Type:
Creator:
Björn Baumbach
Created:
2013-01-16 15:00:27 UTC
Size:
1019 bytes
patch
obsolete
>From 5b80f4287c8e6ae2e86cdc66e5de2b53272a77aa Mon Sep 17 00:00:00 2001 >From: Andrew Bartlett <abartlet@samba.org> >Date: Sat, 5 Jan 2013 14:53:13 +1100 >Subject: [PATCH] vfs: Fix compilation of solaris ACL module > >Andrew Bartlett > >Reviewed-by: Stefan Metzmacher <metze@samba.org> >(cherry picked from commit 26bae894f2ae898c51535dda14060ecf4786c6ec) >--- > source3/modules/vfs_solarisacl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/modules/vfs_solarisacl.c b/source3/modules/vfs_solarisacl.c >index 954ea3e..0c9d919 100644 >--- a/source3/modules/vfs_solarisacl.c >+++ b/source3/modules/vfs_solarisacl.c >@@ -300,7 +300,7 @@ int solarisacl_sys_acl_delete_def_file(vfs_handle_struct *handle, > DEBUG(10, ("entering solarisacl_sys_acl_delete_def_file.\n")); > > smb_acl = solarisacl_sys_acl_get_file(handle, path, >- SMB_ACL_TYPE_ACCESS); >+ SMB_ACL_TYPE_ACCESS, talloc_tos()); > if (smb_acl == NULL) { > DEBUG(10, ("getting file acl failed!\n")); > goto done; >-- >1.7.12.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
metze
:
review+
abartlet
:
review+
Actions:
View
Attachments on
bug 9564
:
8433
| 8437