commit | a58e3ca14300fce97b2124233afe140c8d59199f | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Sep 02 14:48:24 2002 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Sep 02 14:48:24 2002 +0000 |
tree | d24eff379cc7dfb5c6952f1bb15735cd63ba2179 | |
parent | 016b85270268989d769bade2004a7c628a47d726 [diff] [blame] |
nginx-0.0.1-2002-09-02-18:48:24 import
diff --git a/src/core/nginx.c b/src/core/nginx.c index 748b443..b2f3f5f 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c
@@ -36,8 +36,6 @@ int main(int argc, char *const *argv) { - int i; - /* STUB */ ngx_log.log_level = NGX_LOG_DEBUG; @@ -68,6 +66,8 @@ /* STUB */ ngx_worker(&ngx_log); + + return 0; } static void ngx_open_listening_sockets(ngx_log_t *log)