diff --git a/source/FreeRTOS_Routing.c b/source/FreeRTOS_Routing.c index e1fdf2535..527e49c7a 100644 --- a/source/FreeRTOS_Routing.c +++ b/source/FreeRTOS_Routing.c @@ -159,6 +159,7 @@ struct xIPv6_Couple { /* No other interfaces are set yet, so this is the first in the list. */ pxNetworkInterfaces = pxInterface; + pxInterface->pxNext = NULL; } else {