mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-24 02:55:40 +08:00
Merge remote-tracking branch 'refs/remotes/origin/devel' into devel-logthread
This commit is contained in:
commit
4965bb5d9f
@ -680,7 +680,7 @@ int checkACL2(struct clientparam * param, int pre){
|
|||||||
struct ace* acentry;
|
struct ace* acentry;
|
||||||
|
|
||||||
acentry = pre?param->srv->preacl:param->srv->acl;
|
acentry = pre?param->srv->preacl:param->srv->acl;
|
||||||
if(!acentry) {
|
if(!acentry && !pre) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
for(; acentry; acentry = acentry->next) {
|
for(; acentry; acentry = acentry->next) {
|
||||||
|
Loading…
Reference in New Issue
Block a user