The Samba-Bugzilla – Attachment 12402 Details for
Bug 12174
error: 'conn' undeclared
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 4.5.0
0001-s3-vfs-Fix-compilation-error-on-Solaris.patch (text/plain), 1.04 KB, created by
Jeremy Allison
on 2016-08-25 17:51:20 UTC
(
hide
)
Description:
git-am fix for 4.5.0
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2016-08-25 17:51:20 UTC
Size:
1.04 KB
patch
obsolete
>From 00dd845b49dd516f4716ba1457268ec213f9962d Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Wed, 24 Aug 2016 10:32:32 -0700 >Subject: [PATCH] s3: vfs: Fix compilation error on Solaris. > >BUG:https://bugzilla.samba.org/show_bug.cgi?id=12174 > >Signed-off-by: Jeremy Allison <jra@samba.org> >Reviewed-by: Uri Simchoni <uri@samba.org> >(cherry picked from commit d37545538ca0274feb18f04ba120ed013ac2321a) >--- > 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 b421016..6367794 100644 >--- a/source3/modules/vfs_solarisacl.c >+++ b/source3/modules/vfs_solarisacl.c >@@ -174,7 +174,7 @@ int solarisacl_sys_acl_set_file(vfs_handle_struct *handle, > * For a Windows acl mapped call on a symlink, we want to follow > * it. > */ >- ret = SMB_VFS_STAT(conn, &smb_fname); >+ ret = SMB_VFS_STAT(handle->conn, &smb_fname); > if (ret != 0) { > DEBUG(10, ("Error in stat call: %s\n", strerror(errno))); > goto done; >-- >2.8.0.rc3.226.g39d4020 >
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:
uri
:
review+
Actions:
View
Attachments on
bug 12174
:
12396
| 12402