Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jun 19, 2024
1 parent c80f41f commit 05fdd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s3_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ struct aws_s3_meta_request *aws_s3_client_make_meta_request(
aws_error_str(aws_last_error()));

meta_request = aws_s3_meta_request_release(meta_request);
} else {
} else if (meta_request != NULL) {
AWS_LOGF_INFO(AWS_LS_S3_CLIENT, "id=%p: Created meta request %p", (void *)client, (void *)meta_request);
/**
* shutdown_callback must be the last thing that gets set on the meta_request so that we don’t return NULL and
Expand Down

0 comments on commit 05fdd17

Please sign in to comment.