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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user