diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-04 20:30:08 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-04 20:30:08 +0000 |
commit | c5371672852b64e7337f08d78ff4c1b3c0b6d159 (patch) | |
tree | 85b91b1acd95a42b6990a7d26ab3ce380af9a7ed /src/os/unix/ngx_posix_init.c | |
parent | af57922780f9a851d467539de58c07b2663cafd6 (diff) | |
download | nginx-c5371672852b64e7337f08d78ff4c1b3c0b6d159.tar.gz nginx-c5371672852b64e7337f08d78ff4c1b3c0b6d159.zip |
nginx-0.0.2-2004-02-04-23:30:08 import
Diffstat (limited to 'src/os/unix/ngx_posix_init.c')
-rw-r--r-- | src/os/unix/ngx_posix_init.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/os/unix/ngx_posix_init.c b/src/os/unix/ngx_posix_init.c index b76a9af75..4e7233919 100644 --- a/src/os/unix/ngx_posix_init.c +++ b/src/os/unix/ngx_posix_init.c @@ -144,14 +144,9 @@ void ngx_signal_handler(int signo) break; case ngx_signal_value(NGX_REOPEN_SIGNAL): - if (ngx_noaccept) { - action = ", ignoring"; - - } else { - ngx_reopen = 1; - action = ", reopen logs"; - break; - } + ngx_reopen = 1; + action = ", reopen logs"; + break; case ngx_signal_value(NGX_CHANGEBIN_SIGNAL): if ((ngx_inherited && getppid() > 1) |