Skip to content

Commit 6d038da

Browse files
fix build
1 parent 895ba3d commit 6d038da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/s3_data_plane_tests.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3375,7 +3375,8 @@ void s_failing_pool_destroy(struct aws_s3_buffer_pool *buffer_pool_wrapper) {
33753375

33763376
struct aws_s3_buffer_pool *s_always_error_buffer_pool_fn(
33773377
struct aws_allocator *allocator,
3378-
struct aws_s3_buffer_pool_config config) {
3378+
struct aws_s3_buffer_pool_config config,
3379+
void *user_data) {
33793380
(void)config;
33803381
struct aws_s3_buffer_pool *pool = aws_mem_calloc(allocator, 1, sizeof(struct aws_s3_buffer_pool));
33813382
pool->impl = allocator;

0 commit comments

Comments
 (0)