Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-05-13 20:02:32 +0400
committerIgor Sysoev <igor@sysoev.ru>2003-05-13 20:02:32 +0400
commitd581fd58e11724df8d7a9d748f9fc3ab66911a5f (patch)
tree2e72949423b332fd6d4c48da6f1a7fe02f7fbddf /src/core/nginx.c
parent6b863e353d54420c323d67f86aad0b90ba04e316 (diff)
nginx-0.0.1-2003-05-13-20:02:32 import
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r--src/core/nginx.c2
1 files changed, 2 insertions, 0 deletions
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);