diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-24 17:30:59 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-24 17:30:59 +0000 |
commit | 3a17f2483690412134e548a1a961e1424f958c01 (patch) | |
tree | 48b1b8efe8887453284d6fa60c056a9626ba1bbf /src/core/nginx.c | |
parent | 0d2bda53741ae243cca12364ccb662fd6b7b0d81 (diff) | |
download | nginx-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.c | 2 |
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); |