diff options
| author | 2012-05-13 09:14:58 +0000 | |
|---|---|---|
| committer | 2012-05-13 09:14:58 +0000 | |
| commit | 97af15d31a3e788ae1f3063c72204f69e2e38dde (patch) | |
| tree | 40613faa9ab41a3bffd46e7d418c97f022706db8 /usr.sbin/nginx/src/core/ngx_output_chain.c | |
| parent | Remove unused and confusing 'head' argument. (diff) | |
| download | wireguard-openbsd-97af15d31a3e788ae1f3063c72204f69e2e38dde.tar.xz wireguard-openbsd-97af15d31a3e788ae1f3063c72204f69e2e38dde.zip | |
update to nginx-1.2.0
Diffstat (limited to 'usr.sbin/nginx/src/core/ngx_output_chain.c')
| -rw-r--r-- | usr.sbin/nginx/src/core/ngx_output_chain.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/nginx/src/core/ngx_output_chain.c b/usr.sbin/nginx/src/core/ngx_output_chain.c index 64500d52886..3cb60ea73dd 100644 --- a/usr.sbin/nginx/src/core/ngx_output_chain.c +++ b/usr.sbin/nginx/src/core/ngx_output_chain.c @@ -209,7 +209,8 @@ ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in) return last; } - ngx_chain_update_chains(&ctx->free, &ctx->busy, &out, ctx->tag); + ngx_chain_update_chains(ctx->pool, &ctx->free, &ctx->busy, &out, + ctx->tag); last_out = &out; } } |
