Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
static 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
233
void free_acl(stat_x *sxp)
234
{
Callers
4
free_acl
Function · 0.85
unpack_smb_acl
Function · 0.85
uncache_duo_acls
Function · 0.85
default_perms_for_dir
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected