MCPcopy 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
983void freeauth(struct auth * authfuncs){
984 for(; authfuncs; authfuncs = (struct auth *)itfree(authfuncs, authfuncs->next));
985}
986
987void freeacl(struct ace *ac){
988 struct iplist *ipl;

Callers 2

srvfreeFunction · 0.85
h_authFunction · 0.85

Calls 1

itfreeFunction · 0.85

Tested by

no test coverage detected