mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
style fix
This commit is contained in:
parent
6c7f369010
commit
11d86a4457
@ -454,7 +454,8 @@ ngx_signal_worker_processes(ngx_cycle_t *cycle, int signo)
|
|||||||
|
|
||||||
if (ch.command) {
|
if (ch.command) {
|
||||||
if (ngx_write_channel(ngx_processes[i].channel[0],
|
if (ngx_write_channel(ngx_processes[i].channel[0],
|
||||||
&ch, sizeof(ngx_channel_t), cycle->log) == NGX_OK)
|
&ch, sizeof(ngx_channel_t), cycle->log)
|
||||||
|
== NGX_OK)
|
||||||
{
|
{
|
||||||
if (signo != ngx_signal_value(NGX_REOPEN_SIGNAL)) {
|
if (signo != ngx_signal_value(NGX_REOPEN_SIGNAL)) {
|
||||||
ngx_processes[i].exiting = 1;
|
ngx_processes[i].exiting = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user