comparison src/event/ngx_event.c @ 227:2ba3477070ac

nginx-0.0.1-2004-01-14-21:19:42 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Jan 2004 18:19:42 +0000
parents 05592fd7a436
children 1119faf4635a
comparison
equal deleted inserted replaced
226:b0c1e21e68db 227:2ba3477070ac
372 return "is duplicate" ; 372 return "is duplicate" ;
373 } 373 }
374 374
375 value = cf->args->elts; 375 value = cf->args->elts;
376 376
377 if (cf->cycle->old_cycle) { 377 if (cf->cycle->old_cycle->conf_ctx) {
378 old_ecf = ngx_event_get_conf(cf->cycle->old_cycle->conf_ctx, 378 old_ecf = ngx_event_get_conf(cf->cycle->old_cycle->conf_ctx,
379 ngx_event_core_module); 379 ngx_event_core_module);
380 } else { 380 } else {
381 old_ecf = NULL; 381 old_ecf = NULL;
382 } 382 }