Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jul 31, 2024
1 parent ca96abd commit ce4a4ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/credentials_provider_sts_web_identity.c
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,7 @@ static void s_check_or_get_with_profile_config(
if ((!(*target) || !(*target)->len)) {
if (*target) {
aws_string_destroy(*target);
*target = NULL;
}
const struct aws_profile_property *property = aws_profile_get_property(profile, config_key);
if (property) {
Expand Down

0 comments on commit ce4a4ea

Please sign in to comment.