diff options
Diffstat (limited to 'src/core/ngx_hunk.h')
| -rw-r--r-- | src/core/ngx_hunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_hunk.h b/src/core/ngx_hunk.h index ab32e45fb..afeca1e93 100644 --- a/src/core/ngx_hunk.h +++ b/src/core/ngx_hunk.h @@ -92,7 +92,7 @@ typedef struct { ngx_hunk_tag_t tag; ngx_output_chain_filter_pt output_filter; - void *output_ctx; + void *filter_ctx; } ngx_output_chain_ctx_t; |
