1
0
mirror of https://github.com/simh/simh.git synced 2026-01-28 04:48:05 +00:00

ETHER: Minor adjustments for building on the simh 3.x codebase

This commit is contained in:
Mark Pizzolato
2020-03-06 15:32:12 -08:00
parent b76fd3ed44
commit 565596a5af
2 changed files with 6 additions and 1 deletions

View File

@@ -3840,7 +3840,7 @@ else
/* test reflections. This is done early in this routine since eth_reflect */
/* calls eth_filter recursively and thus changes the state of the device. */
if (dev->reflections == -1)
eth_reflect(dev);
status = eth_reflect(dev);
/* set new filter addresses */
for (i = 0; i < addr_count; i++)