Browse Source

[CIFS] build break

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 17 years ago
parent
commit
adddd49ddf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/cifs/cifsacl.c

+ 1 - 1
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) {