mirror of
https://github.com/simh/simh.git
synced 2026-01-30 13:27:50 +00:00
ETHER: Fixed hanging SHOW ETHER on some platforms
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user