Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adddd49d authored by Steve French's avatar Steve French
Browse files

[CIFS] build break



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent adbc0358
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {