Skip to content

Commit 504dfa6

Browse files
committed
Fix build issue with tools/tcp_utilities/http_client_test.c
1 parent c260cfc commit 504dfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tcp_utilities/http_client_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
else
382382
#endif /* if ( ipconfigUSE_IPv6 != 0 ) */
383383
{
384-
pxEndPoint = FreeRTOS_FindEndPointOnNetMask( pxAddress->sin_address.ulIP_IPv4, 9999 );
384+
pxEndPoint = FreeRTOS_FindEndPointOnNetMask( pxAddress->sin_address.ulIP_IPv4 );
385385

386386
if( pxEndPoint != NULL )
387387
{

0 commit comments

Comments
 (0)