From aab4d8c0c4aa068cc7ddcb1c5daee330d9dec47a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 6 Sep 2004 18:45:00 +0000 Subject: nginx-0.0.10-2004-09-06-22:45:00 import --- src/core/ngx_conf_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ngx_conf_file.c') diff --git a/src/core/ngx_conf_file.c b/src/core/ngx_conf_file.c index ff236429d..f6ecd4a4a 100644 --- a/src/core/ngx_conf_file.c +++ b/src/core/ngx_conf_file.c @@ -600,7 +600,7 @@ ngx_open_file_t *ngx_conf_open_file(ngx_cycle_t *cycle, ngx_str_t *name) } } - if (!(file = ngx_push_list(&cycle->open_files))) { + if (!(file = ngx_list_push(&cycle->open_files))) { return NULL; } -- cgit