return success if received empty acl

This commit is contained in:
Olga Kornievskaia 2011-10-26 12:23:27 -04:00 committed by unknown
parent 78a0bb0ac5
commit 5032d46633

View file

@ -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: