8199156: Better route routing

Reviewed-by: igerasim, mschoene, michaelm, rhalade
This commit is contained in:
Chris Hegarty 2018-08-10 15:02:30 +01:00
parent d0b0c881ac
commit e67dff3af5

View File

@ -584,6 +584,8 @@ static void initLoopbackRoutes() {
if (loRoutesTemp == 0) {
free(loRoutes);
loRoutes = NULL;
nRoutes = 0;
fclose (f);
return;
}