[CIFS] Fix typo
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
0a4b92c05e
commit
84153973a2
|
@ -2497,7 +2497,6 @@ GetExtAttrOut:
|
||||||
/* Convert CIFS ACL to POSIX form */
|
/* Convert CIFS ACL to POSIX form */
|
||||||
static int parse_sec_desc(struct sec_desc * psec_desc, int acl_len)
|
static int parse_sec_desc(struct sec_desc * psec_desc, int acl_len)
|
||||||
{
|
{
|
||||||
CHECK ON OTHER COMPUTER TO SEE IF FORMAT ENCODED IN CIFSPDU.H ALREADY
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue