Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Sep 25, 2024
1 parent 5f6b3ce commit 879eb7f
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 @@ -2379,8 +2379,8 @@ void aws_s3_client_notify_connection_finished(

goto reset_connection;
}
return;
}
return;
reset_connection:

if (connection->retry_token != NULL) {
Expand Down

0 comments on commit 879eb7f

Please sign in to comment.