Skip to content

Commit 0bbe773

Browse files
author
Sascha Schumann
committed
Accomodate an Apache API change
1 parent d87e59a commit 0bbe773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/apache2filter/sapi_apache2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
334334
}
335335

336336
/* moves all buckets from bb to ctx->bb */
337-
ap_save_brigade(f, &ctx->bb, &bb);
337+
ap_save_brigade(f, &ctx->bb, &bb, f->r->pool);
338338

339339
/* If we have received all data from the previous filters,
340340
* we "flatten" the buckets by creating a single string buffer.

0 commit comments

Comments
 (0)