Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Oct 15, 2024
1 parent efde266 commit c9ddf44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/socket_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,8 @@ static int s_test_socket_udp_dispatch_queue(

struct aws_socket outgoing;
ASSERT_SUCCESS(aws_socket_init(&outgoing, allocator, options));
ASSERT_SUCCESS(aws_socket_connect(&outgoing, endpoint, event_loop, s_local_outgoing_connection, &outgoing_args));
ASSERT_SUCCESS(
aws_socket_connect(&outgoing, endpoint, event_loop, s_local_outgoing_connection, NULL, &outgoing_args));

ASSERT_SUCCESS(aws_mutex_lock(&mutex));
ASSERT_SUCCESS(aws_condition_variable_wait_pred(
Expand Down

0 comments on commit c9ddf44

Please sign in to comment.