Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106268
b: refs/heads/master
c: b1910ad
h: refs/heads/master
v: v3
  • Loading branch information
Shirish Pargaonkar authored and Steve French committed Jul 24, 2008
1 parent 76136bc commit e01bd71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 76c510ad2e7d56cfe8f2cc7b23783e5c687cf704
refs/heads/master: b1910ad6222a705650dc991c003af43b94cdb3e1
3 changes: 1 addition & 2 deletions trunk/fs/cifs/cifsacl.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ static void copy_sec_desc(const struct cifs_ntsd *pntsd,
for (i = 0; i < 6; i++)
ngroup_sid_ptr->authority[i] = group_sid_ptr->authority[i];
for (i = 0; i < 5; i++)
ngroup_sid_ptr->sub_auth[i] =
cpu_to_le32(group_sid_ptr->sub_auth[i]);
ngroup_sid_ptr->sub_auth[i] = group_sid_ptr->sub_auth[i];

return;
}
Expand Down

0 comments on commit e01bd71

Please sign in to comment.