comparison src/http/ngx_http_special_response.c @ 2822:5364c3419a62

fix the previous commit
author Igor Sysoev <igor@sysoev.ru>
date Fri, 08 May 2009 18:11:18 +0000
parents 26e06e009ced
children 896db5a09bd2
comparison
equal deleted inserted replaced
2821:26e06e009ced 2822:5364c3419a62
452 void *ctx; 452 void *ctx;
453 ngx_int_t rc; 453 ngx_int_t rc;
454 454
455 ngx_http_clean_header(r); 455 ngx_http_clean_header(r);
456 456
457 ctx = NULL;
458
457 if (m) { 459 if (m) {
458 ctx = r->ctx[m->ctx_index]; 460 ctx = r->ctx[m->ctx_index];
459 } 461 }
460 462
461 /* clear the modules contexts */ 463 /* clear the modules contexts */