Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZNeumann committed Feb 25, 2025
1 parent 7de78bf commit 87448b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/lib_aws_sdk_php.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ void nr_aws_lambda_invoke(NR_EXECUTE_PROTO, nr_segment_cloud_attrs_t* cloud_attr
return;
}
if (nr_strempty(accountID)) {
nr_free(accountID);
accountID = NRINI(aws_account_id);
using_account_id_ini = true;
}
Expand Down

0 comments on commit 87448b0

Please sign in to comment.