diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-31 15:26:46 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-31 15:26:46 +0000 |
commit | 709405b7559d3abcb90b61368c7072fb774f661b (patch) | |
tree | b6603153b1f77014711eff77d0d280d078d233cc /src/core/nginx.c | |
parent | a741f8d0216d95a7ee0fbb8a24947de8842900c0 (diff) | |
download | nginx-709405b7559d3abcb90b61368c7072fb774f661b.tar.gz nginx-709405b7559d3abcb90b61368c7072fb774f661b.zip |
nginx-0.0.3-2004-03-31-19:26:46 import
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r-- | src/core/nginx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c index 8dc610240..9c35e089e 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -174,10 +174,6 @@ int main(int argc, char *const *argv) } } - if (ccf->worker_processes == NGX_CONF_UNSET) { - ccf->worker_processes = 1; - } - if (ccf->pid.len == 0) { ccf->pid.len = sizeof(NGINX_PID) - 1; ccf->pid.data = NGINX_PID; |