Skip to content

Commit 7b9b4cf

Browse files
author
Krish
committed
use index
1 parent 35ca155 commit 7b9b4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/s3_client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@ void aws_s3_client_update_meta_requests_threaded(struct aws_s3_client *client) {
21422142
struct aws_s3_request *request = NULL;
21432143

21442144
/* Try to grab the next request from the meta request. */
2145-
bool work_remaining = aws_s3_meta_request_update(meta_request, 0, &request);
2145+
bool work_remaining = aws_s3_meta_request_update(meta_request, pass_flags[pass_index], &request);
21462146

21472147
if (work_remaining) {
21482148
/* If there is work remaining, but we didn't get a request back, take the meta request out of the

0 commit comments

Comments
 (0)