Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=adddd49ddf4ce5a5997f0695b194587290ea72e9
Commit:     adddd49ddf4ce5a5997f0695b194587290ea72e9
Parent:     adbc03587c17e8f50478c1d7744a454cfb9e0653
Author:     Steve French <[EMAIL PROTECTED]>
AuthorDate: Wed Oct 17 02:48:17 2007 +0000
Committer:  Steve French <[EMAIL PROTECTED]>
CommitDate: Wed Oct 17 02:48:17 2007 +0000

    [CIFS] build break
    
    Signed-off-by: Steve French <[EMAIL PROTECTED]>
---
 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 b1f448f..c46f26b 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) {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to