diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-02-08 07:42:39 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-02-08 07:42:39 +0300 |
commit | 3b51ba21855488020df8a45b52e443ef24215ec4 (patch) | |
tree | 3d1a584d74cce9d63e426dceb26a05ff0a8fc222 /contrib/restricted/aws/aws-c-io/source/channel.c | |
parent | a6db175bc7b561a844f55c2916c329086e52b866 (diff) | |
download | ydb-3b51ba21855488020df8a45b52e443ef24215ec4.tar.gz |
Update contrib/restricted/aws/aws-c-io to 0.13.14
Diffstat (limited to 'contrib/restricted/aws/aws-c-io/source/channel.c')
-rw-r--r-- | contrib/restricted/aws/aws-c-io/source/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/aws/aws-c-io/source/channel.c b/contrib/restricted/aws/aws-c-io/source/channel.c index 47beb94c9b..8f85a7b9c8 100644 --- a/contrib/restricted/aws/aws-c-io/source/channel.c +++ b/contrib/restricted/aws/aws-c-io/source/channel.c @@ -162,7 +162,7 @@ static void s_on_channel_setup_complete(struct aws_task *task, void *arg, enum a AWS_LS_IO_CHANNEL, "id=%p: message pool %p found in event-loop local storage: using it.", (void *)setup_args->channel, - (void *)message_pool) + (void *)message_pool); } setup_args->channel->msg_pool = message_pool; |