return success if received empty acl
This commit is contained in:
parent
78a0bb0ac5
commit
5032d46633
1 changed files with 1 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ static int convert_nfs4acl_2_dacl(nfsacl41 *acl, int file_type,
|
||||||
eprintf("convert_nfs4acl_2_dacl: InitializeAcl failed with %d\n", status);
|
eprintf("convert_nfs4acl_2_dacl: InitializeAcl failed with %d\n", status);
|
||||||
goto out_free_dacl;
|
goto out_free_dacl;
|
||||||
}
|
}
|
||||||
|
status = ERROR_SUCCESS;
|
||||||
*sids_out = sids;
|
*sids_out = sids;
|
||||||
*dacl_out = dacl;
|
*dacl_out = dacl;
|
||||||
out:
|
out:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue