fix the previous commit

This commit is contained in:
Igor Sysoev 2009-05-08 18:11:18 +00:00
parent acdaf84126
commit 9b6040ff4a
1 changed files with 2 additions and 0 deletions

View File

@ -454,6 +454,8 @@ ngx_http_filter_finalize_request(ngx_http_request_t *r, ngx_module_t *m,
ngx_http_clean_header(r);
ctx = NULL;
if (m) {
ctx = r->ctx[m->ctx_index];
}