Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3proxy/3proxy
/ freeauth
Function
freeauth
src/proxymain.c:983–985 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
981
}
982
983
void freeauth(struct auth * authfuncs){
984
for(; authfuncs; authfuncs = (struct auth *)itfree(authfuncs, authfuncs->next));
985
}
986
987
void freeacl(struct ace *ac){
988
struct iplist *ipl;
Callers
2
srvfree
Function · 0.85
h_auth
Function · 0.85
Calls
1
itfree
Function · 0.85
Tested by
no test coverage detected