mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 06:53:10 +00:00
Style.
Signed-off-by: Alex Zhang <zchao1995@gmail.com>
This commit is contained in:
parent
82aa89566b
commit
2c8f93df87
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ ngx_http_init_phase_handlers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf)
|
|||
|
||||
n += cmcf->phases[i].handlers.nelts;
|
||||
|
||||
for (j = cmcf->phases[i].handlers.nelts - 1; j >=0; j--) {
|
||||
for (j = cmcf->phases[i].handlers.nelts - 1; j >= 0; j--) {
|
||||
ph->checker = checker;
|
||||
ph->handler = h[j];
|
||||
ph->next = n;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue