1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00

ETHER: Fixed hanging SHOW ETHER on some platforms

This commit is contained in:
Mark Pizzolato 2025-08-15 18:15:24 -10:00
parent ea3aaf7724
commit 903bf30280

View File

@ -2348,6 +2348,8 @@ static void eth_get_nic_hw_addr(ETH_DEV* dev, const char *devname, int set_on, c
break;
}
}
else
break;
}
pclose(f);
}