Skip to content

Commit

Permalink
missed 16bit port in sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Dec 13, 2023
1 parent e0e9019 commit b13eabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/elastipubsub/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct app_ctx {
struct aws_mutex lock;
struct aws_condition_variable signal;
struct aws_uri uri;
uint16_t port;
uint32_t port;
const char *cacert;
const char *cert;
const char *key;
Expand Down

0 comments on commit b13eabb

Please sign in to comment.