Skip to content

Commit

Permalink
Fix build issue with tools/tcp_utilities/http_client_test.c
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Nov 11, 2024
1 parent c260cfc commit 504dfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tcp_utilities/http_client_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
else
#endif /* if ( ipconfigUSE_IPv6 != 0 ) */
{
pxEndPoint = FreeRTOS_FindEndPointOnNetMask( pxAddress->sin_address.ulIP_IPv4, 9999 );
pxEndPoint = FreeRTOS_FindEndPointOnNetMask( pxAddress->sin_address.ulIP_IPv4 );

if( pxEndPoint != NULL )
{
Expand Down

0 comments on commit 504dfa6

Please sign in to comment.