[CIFS] build break
authorSteve French <sfrench@us.ibm.com>
Wed, 17 Oct 2007 02:48:17 +0000 (02:48 +0000)
committerSteve French <sfrench@us.ibm.com>
Wed, 17 Oct 2007 02:48:17 +0000 (02:48 +0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsacl.c

index b1f448f..c46f26b 100644 (file)
@@ -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) {