mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45: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;
|
||||
|
||||
acentry = pre?param->srv->preacl:param->srv->acl;
|
||||
if(!acentry) {
|
||||
if(!acentry && !pre) {
|
||||
return 0;
|
||||
}
|
||||
for(; acentry; acentry = acentry->next) {
|
||||
|
Loading…
Reference in New Issue
Block a user