mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 09:42:39 +08:00
Access: supplemented the obfuscated code with a comment.
This commit is contained in:
parent
5ec277847e
commit
3da53f339d
@ -259,7 +259,11 @@ ngx_http_access_unix(ngx_http_request_t *r, ngx_http_access_loc_conf_t *alcf)
|
||||
|
||||
rule_un = alcf->rules_un->elts;
|
||||
for (i = 0; i < alcf->rules_un->nelts; i++) {
|
||||
return ngx_http_access_found(r, rule_un[i].deny);
|
||||
|
||||
/* TODO: check path */
|
||||
if (1) {
|
||||
return ngx_http_access_found(r, rule_un[i].deny);
|
||||
}
|
||||
}
|
||||
|
||||
return NGX_DECLINED;
|
||||
|
Loading…
Reference in New Issue
Block a user