diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-01-14 18:19:42 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-01-14 18:19:42 +0000 |
| commit | 0911f770834c3217e79da304c4d46d2606228bab (patch) | |
| tree | dbda0b6c327919a44474fe869535cd969cb66fec /src/event/ngx_event.c | |
| parent | 80340f0152ad5bb4c0a4fdf88873331e77eae5f5 (diff) | |
| download | nginx-0911f770834c3217e79da304c4d46d2606228bab.tar.gz nginx-0911f770834c3217e79da304c4d46d2606228bab.tar.bz2 | |
nginx-0.0.1-2004-01-14-21:19:42 import
Diffstat (limited to '')
| -rw-r--r-- | src/event/ngx_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event.c b/src/event/ngx_event.c index 69ca583ff..c63c4875d 100644 --- a/src/event/ngx_event.c +++ b/src/event/ngx_event.c @@ -374,7 +374,7 @@ static char *ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) value = cf->args->elts; - if (cf->cycle->old_cycle) { + if (cf->cycle->old_cycle->conf_ctx) { old_ecf = ngx_event_get_conf(cf->cycle->old_cycle->conf_ctx, ngx_event_core_module); } else { |
