MCPcopy Create free account
hub / github.com/RsyncProject/rsync / rsync_acl_free

Function rsync_acl_free

acls.c:226–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226static void rsync_acl_free(rsync_acl *racl)
227{
228 if (racl->names.idas)
229 free(racl->names.idas);
230 *racl = empty_rsync_acl;
231}
232
233void free_acl(stat_x *sxp)
234{

Callers 4

free_aclFunction · 0.85
unpack_smb_aclFunction · 0.85
uncache_duo_aclsFunction · 0.85
default_perms_for_dirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected