Skip to content

Commit

Permalink
definition misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Nov 13, 2024
1 parent 41923c1 commit 14a79cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void aws_socket_endpoint_init_local_address_for_test(struct aws_socket_endpoint
struct aws_byte_buf uuid_buf = aws_byte_buf_from_empty_array(uuid_str, sizeof(uuid_str));
AWS_FATAL_ASSERT(aws_uuid_to_str(&uuid, &uuid_buf) == AWS_OP_SUCCESS);

#if defined(WS_USE_APPLE_NETWORK_FRAMEWORK)
#if defined(AWS_USE_APPLE_NETWORK_FRAMEWORK)
snprintf(endpoint->address, sizeof(endpoint->address), "testsock" PRInSTR ".local", AWS_BYTE_BUF_PRI(uuid_buf));
return;
#endif
Expand Down

0 comments on commit 14a79cc

Please sign in to comment.