| commit | a8fa0a6a37b6e90324e0dcbf4733324199623841 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Nov 25 20:44:56 2003 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Nov 25 20:44:56 2003 +0000 |
| tree | 1a7edec9aa04946afc22299bf587823488fb492f | |
| parent | d9d0ca12688034d481e2f1f5cf13a098338ec31d [diff] [blame] |
nginx-0.0.1-2003-11-25-23:44:56 import
diff --git a/src/core/nginx.c b/src/core/nginx.c index 26db6f8..77d1dc6 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c
@@ -59,6 +59,7 @@ static ngx_pool_t *ngx_temp_pool; static ngx_event_t ngx_cleaner_event; + /* STUB NAME */ static ngx_connection_t dumb; @@ -91,7 +92,8 @@ /* TODO */ ngx_max_sockets = -1; - ngx_init_time(); + ngx_time_init(); + ngx_regex_init(); log = ngx_log_init_errlog();