Skip to content

Commit

Permalink
Update agent/lib_aws_sdk_php.c
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Nowacki <[email protected]>
  • Loading branch information
zsistla and lavarou authored Jan 17, 2025
1 parent dfda103 commit 0e6cbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/lib_aws_sdk_php.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void nr_lib_aws_sdk_php_sqs_parse_queueurl(
char* account_id = NULL;
char* queueurl_pointer = NULL;

if (NULL == sqs_queueurl || NULL == message_params) {
if (NULL == sqs_queueurl || NULL == message_params || NULL == cloud_attrs) {
return;
}

Expand Down

0 comments on commit 0e6cbbe

Please sign in to comment.