Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71583
b: refs/heads/master
c: adddd49
h: refs/heads/master
i:
  71581: df316ea
  71579: 0e63ea9
  71575: f015267
  71567: dd22954
  71551: 115b91a
v: v3
  • Loading branch information
Steve French committed Oct 17, 2007
1 parent 8deb3d4 commit 498bd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: adbc03587c17e8f50478c1d7744a454cfb9e0653
refs/heads/master: adddd49ddf4ce5a5997f0695b194587290ea72e9
2 changes: 1 addition & 1 deletion trunk/fs/cifs/cifsacl.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ int compare_sids(struct cifs_sid *ctsid, struct cifs_sid *cwsid)

/* compare all of the subauth values if any */
num_sat = ctsid->num_subauth;
num_saw = cwsid->num_subauth);
num_saw = cwsid->num_subauth;
num_subauth = num_sat < num_saw ? num_sat : num_saw;
if (num_subauth) {
for (i = 0; i < num_subauth; ++i) {
Expand Down

0 comments on commit 498bd25

Please sign in to comment.