summaryrefslogtreecommitdiffstats
path: root/net/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/net.c')
-rw-r--r--net/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.c b/net/net.c
index 5355172cde..18e65fe77f 100644
--- a/net/net.c
+++ b/net/net.c
@@ -287,7 +287,7 @@ NetLoop(proto_t protocol)
NetArpWaitTxPacketSize = 0;
}
- if (eth_init(bd) < 0)
+ if (eth_init() < 0)
return -1;
restart: