Skip to content

Commit

Permalink
Adapt to aws-c-http changing port from 16 to 32bits
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Dec 8, 2023
1 parent 6d36cd3 commit 10a4d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/v5/mqtt5_options_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -3603,7 +3603,7 @@ void aws_mqtt5_client_options_storage_log(
log_handle,
level,
AWS_LS_MQTT5_GENERAL,
"id=%p: aws_mqtt5_client_options_storage http proxy port set to %" PRIu16,
"id=%p: aws_mqtt5_client_options_storage http proxy port set to %" PRIu32,
(void *)options_storage,
options_storage->http_proxy_options.port);

Expand Down

0 comments on commit 10a4d21

Please sign in to comment.