From d581fd58e11724df8d7a9d748f9fc3ab66911a5f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 13 May 2003 16:02:32 +0000 Subject: nginx-0.0.1-2003-05-13-20:02:32 import --- src/core/nginx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/nginx.c') diff --git a/src/core/nginx.c b/src/core/nginx.c index 71e014942..7f13a7469 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -67,9 +67,11 @@ int main(int argc, char *const *argv) #endif +#if 0 if (ngx_os_init(&ngx_log) == NGX_ERROR) { exit(1); } +#endif ngx_init_array(ngx_listening_sockets, ngx_pool, 10, sizeof(ngx_listen_t), 1); -- cgit v1.2.3