Skip to content

Commit

Permalink
[CIFS] build break
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <[email protected]>
  • Loading branch information
Steve French committed Oct 17, 2007
1 parent adbc035 commit adddd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 adddd49

Please sign in to comment.