File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ void s_populate_metrics_from_message(struct aws_s3_request *request,
5454 AWS_ASSERT (!err );
5555 request -> send_data .metrics -> req_resp_info_metrics .request_path_query =
5656 aws_string_new_from_cursor (request -> send_data .metrics -> allocator , & out_path );
57- AWS_ASSERT (metrics -> req_resp_info_metrics .request_path_query != NULL );
57+ AWS_ASSERT (request -> send_data . metrics -> req_resp_info_metrics .request_path_query != NULL );
5858
5959 /* Get the host header value */
6060 struct aws_byte_cursor host_header_value ;
@@ -65,7 +65,7 @@ void s_populate_metrics_from_message(struct aws_s3_request *request,
6565 AWS_ASSERT (!err );
6666 request -> send_data .metrics -> req_resp_info_metrics .host_address =
6767 aws_string_new_from_cursor (request -> send_data .metrics -> allocator , & host_header_value );
68- AWS_ASSERT (metrics -> req_resp_info_metrics .host_address != NULL );
68+ AWS_ASSERT (request -> send_data . metrics -> req_resp_info_metrics .host_address != NULL );
6969
7070 request -> send_data .metrics -> req_resp_info_metrics .request_type = request -> request_type ;
7171 request -> send_data .metrics -> req_resp_info_metrics .operation_name =
You can’t perform that action at this time.
0 commit comments