Skip to content

Commit 0e6cbbe

Browse files
zsistlalavarou
andauthored
Update agent/lib_aws_sdk_php.c
Co-authored-by: Michal Nowacki <[email protected]>
1 parent dfda103 commit 0e6cbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/lib_aws_sdk_php.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ void nr_lib_aws_sdk_php_sqs_parse_queueurl(
153153
char* account_id = NULL;
154154
char* queueurl_pointer = NULL;
155155

156-
if (NULL == sqs_queueurl || NULL == message_params) {
156+
if (NULL == sqs_queueurl || NULL == message_params || NULL == cloud_attrs) {
157157
return;
158158
}
159159

0 commit comments

Comments
 (0)