From a58e3ca14300fce97b2124233afe140c8d59199f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 2 Sep 2002 14:48:24 +0000 Subject: nginx-0.0.1-2002-09-02-18:48:24 import --- src/core/nginx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/nginx.c') diff --git a/src/core/nginx.c b/src/core/nginx.c index 748b44314..b2f3f5fba 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -36,8 +36,6 @@ ngx_array_t *ngx_listening_sockets; int main(int argc, char *const *argv) { - int i; - /* STUB */ ngx_log.log_level = NGX_LOG_DEBUG; @@ -68,6 +66,8 @@ int main(int argc, char *const *argv) /* STUB */ ngx_worker(&ngx_log); + + return 0; } static void ngx_open_listening_sockets(ngx_log_t *log) -- cgit