projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adbc035
)
[CIFS] build break
author
Steve French
<sfrench@us.ibm.com>
Wed, 17 Oct 2007 02:48:17 +0000
(
02:48
+0000)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/fs/cifs/cifsacl.c
b/fs/cifs/cifsacl.c
index b1f448f2e071d6446562a27b11c8ba9395accc34..c46f26bcd8b2bdec01d4bdf09e869a136cd81303 100644
(file)
--- 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) {