1
0
mirror of https://github.com/FreeRTOS/FreeRTOS-Plus-TCP synced 2025-10-20 22:10:04 +08:00

Fix MISRA violations (#1159)

This commit is contained in:
Tony Josi
2024-06-18 12:24:23 +05:30
committed by GitHub
parent 4c4223a16a
commit 0c232efb4a
6 changed files with 11 additions and 4 deletions

View File

@@ -200,7 +200,7 @@ FreeRTOS_Socket_t * prvHandleListen_IPV6( FreeRTOS_Socket_t * pxSocket,
/* Close the socket if it was newly created. */
if( xIsNewSocket == pdTRUE )
{
vSocketClose( pxReturn );
( void ) vSocketClose( pxReturn );
}
pxReturn = NULL;