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

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

[CIFS] fix typo



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent a750e77c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ static void parse_ntace(struct cifs_ntace *pntace, char *end_of_acl)


static void parse_dacl(struct cifs_acl *pdacl, char *end_of_acl,
		       struct cifs_sid *pownersid, struct cifs_sid pgrpsid)
		       struct cifs_sid *pownersid, struct cifs_sid *pgrpsid)
{
	int i;
	int num_aces = 0;