diff options
author | Steve French <sfrench@us.ibm.com> | 2007-10-17 02:48:17 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-10-17 02:48:17 +0000 |
commit | adddd49ddf4ce5a5997f0695b194587290ea72e9 (patch) | |
tree | 1c53b4dca44baec511b134eac578af4b71a071e5 | |
parent | adbc03587c17e8f50478c1d7744a454cfb9e0653 (diff) |
[CIFS] build break
Signed-off-by: Steve French <sfrench@us.ibm.com>
-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 b1f448f2e07..c46f26bcd8b 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) /* 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) { |