style fix
This commit is contained in:
parent
93b0670668
commit
324729aace
1 changed files with 2 additions and 1 deletions
|
@ -454,7 +454,8 @@ ngx_signal_worker_processes(ngx_cycle_t *cycle, int signo)
|
|||
|
||||
if (ch.command) {
|
||||
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)) {
|
||||
ngx_processes[i].exiting = 1;
|
||||
|
|
Loading…
Reference in a new issue