Skip to content

Commit

Permalink
Adapt to aws-c-http changing port from 16 to 32bits (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm authored Dec 30, 2023
1 parent 95be133 commit 646f9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/secure_tunneling_operations.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ void aws_secure_tunnel_options_storage_log(
log_handle,
level,
AWS_LS_IOTDEVICE_SECURE_TUNNELING,
"id=%p: aws_secure_tunnel_options_storage http proxy port set to %" PRIu16,
"id=%p: aws_secure_tunnel_options_storage http proxy port set to %" PRIu32,
(void *)options_storage,
options_storage->http_proxy_options.port);

Expand Down

0 comments on commit 646f9e8

Please sign in to comment.