Skip to content

Commit 835470f

Browse files
build fix
1 parent 55fda6d commit 835470f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/s3_request.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct aws_s3_request *aws_s3_request_new(
3838
request->part_number = part_number;
3939
request->record_response_headers = (flags & AWS_S3_REQUEST_FLAG_RECORD_RESPONSE_HEADERS) != 0;
4040
request->should_allocate_buffer_from_pool = (flags & AWS_S3_REQUEST_FLAG_ALLOCATE_BUFFER_FROM_POOL) != 0;
41-
request->has_buffer_ticket_for_response = (flags & AWS_S3_REQUEST_FLAG_RESPONSE_ALLOCATED_FROM_POOL;)
41+
request->has_buffer_ticket_for_response = (flags & AWS_S3_REQUEST_FLAG_RESPONSE_ALLOCATED_FROM_POOL) != 0;
4242
request->always_send = (flags & AWS_S3_REQUEST_FLAG_ALWAYS_SEND) != 0;
4343

4444
return request;

0 commit comments

Comments
 (0)