From 10a4d216a0676bffa1baef7426843b00718d7bb3 Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Fri, 8 Dec 2023 15:45:43 -0800 Subject: [PATCH] Adapt to aws-c-http changing `port` from 16 to 32bits --- source/v5/mqtt5_options_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/v5/mqtt5_options_storage.c b/source/v5/mqtt5_options_storage.c index 68a06a88..0be90d42 100644 --- a/source/v5/mqtt5_options_storage.c +++ b/source/v5/mqtt5_options_storage.c @@ -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);