The Samba-Bugzilla – Attachment 551 Details for
Bug 1498
user.SAMBA_PAI EA is stored in invalid order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch.
x (text/plain), 847 bytes, created by
SATOH Fumiyasu
on 2004-07-01 05:59:45 UTC
(
hide
)
Description:
Proposed patch.
Filename:
MIME Type:
Creator:
SATOH Fumiyasu
Created:
2004-07-01 05:59:45 UTC
Size:
847 bytes
patch
obsolete
>Index: source/smbd/posix_acls.c >=================================================================== >--- source/smbd/posix_acls.c (revision 1313) >+++ source/smbd/posix_acls.c (working copy) >@@ -180,7 +180,7 @@ > > entry_offset = pai_buf + PAI_ENTRIES_BASE; > >- for (ace_list = dir_ace_list; ace_list; ace_list = ace_list->next) { >+ for (ace_list = file_ace_list; ace_list; ace_list = ace_list->next) { > if (ace_list->inherited) { > uint8 type_val = (unsigned char)ace_list->owner_type; > uint32 entry_val = get_entry_val(ace_list); >@@ -191,7 +191,7 @@ > } > } > >- for (ace_list = file_ace_list; ace_list; ace_list = ace_list->next) { >+ for (ace_list = dir_ace_list; ace_list; ace_list = ace_list->next) { > if (ace_list->inherited) { > uint8 type_val = (unsigned char)ace_list->owner_type; > uint32 entry_val = get_entry_val(ace_list);
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
Actions:
View
Attachments on
bug 1498
: 551