diff options
author | Steve French <sfrench@us.ibm.com> | 2007-10-16 22:48:17 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-10-16 22:48:17 -0400 |
commit | adddd49ddf4ce5a5997f0695b194587290ea72e9 (patch) | |
tree | 1c53b4dca44baec511b134eac578af4b71a071e5 /fs/cifs/cifsacl.c | |
parent | adbc03587c17e8f50478c1d7744a454cfb9e0653 (diff) |
[CIFS] build break
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsacl.c')
-rw-r--r-- | fs/cifs/cifsacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsacl.c b/fs/cifs/cifsacl.c index b1f448f2e071..c46f26bcd8b2 100644 --- a/fs/cifs/cifsacl.c +++ b/fs/cifs/cifsacl.c | |||
@@ -116,7 +116,7 @@ int compare_sids(struct cifs_sid *ctsid, struct cifs_sid *cwsid) | |||
116 | 116 | ||
117 | /* compare all of the subauth values if any */ | 117 | /* compare all of the subauth values if any */ |
118 | num_sat = ctsid->num_subauth; | 118 | num_sat = ctsid->num_subauth; |
119 | num_saw = cwsid->num_subauth); | 119 | num_saw = cwsid->num_subauth; |
120 | num_subauth = num_sat < num_saw ? num_sat : num_saw; | 120 | num_subauth = num_sat < num_saw ? num_sat : num_saw; |
121 | if (num_subauth) { | 121 | if (num_subauth) { |
122 | for (i = 0; i < num_subauth; ++i) { | 122 | for (i = 0; i < num_subauth; ++i) { |