aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-24 17:30:59 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-24 17:30:59 +0000
commit3a17f2483690412134e548a1a961e1424f958c01 (patch)
tree48b1b8efe8887453284d6fa60c056a9626ba1bbf /src/core/nginx.c
parent0d2bda53741ae243cca12364ccb662fd6b7b0d81 (diff)
downloadnginx-3a17f2483690412134e548a1a961e1424f958c01.tar.gz
nginx-3a17f2483690412134e548a1a961e1424f958c01.zip
nginx-0.0.1-2002-12-24-20:30:59 import
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r--src/core/nginx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c
index 17a3d10c3..3d2d4403f 100644
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -56,7 +56,7 @@ int main(int argc, char *const *argv)
/* TODO: read config */
-#if 1
+#if 0
ngx_memzero(&conf, sizeof(ngx_conf_t));
ngx_test_null(conf.args,
ngx_create_array(ngx_pool, 10, sizeof(ngx_str_t)), 1);