mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
Style.
This commit is contained in:
parent
12b9974d51
commit
c265b11770
1 changed files with 0 additions and 2 deletions
|
|
@ -740,7 +740,6 @@ ngx_worker_process_cycle(ngx_cycle_t *cycle, void *data)
|
|||
if (ngx_exiting) {
|
||||
if (ngx_event_no_timers_left() == NGX_OK) {
|
||||
ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "exiting");
|
||||
|
||||
ngx_worker_process_exit(cycle);
|
||||
}
|
||||
}
|
||||
|
|
@ -751,7 +750,6 @@ ngx_worker_process_cycle(ngx_cycle_t *cycle, void *data)
|
|||
|
||||
if (ngx_terminate) {
|
||||
ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "exiting");
|
||||
|
||||
ngx_worker_process_exit(cycle);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue