ref: e9602e1c295e5ea803080b6f3c7039c6819c84b6
parent: 802e925fbafe61186ba4e690ec40b7ce9ca3919a
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Feb 11 20:48:20 EST 2018
ethersink: after the experiment, the zeros get dismantled. and then destroyed.
--- a/sys/src/9/port/ethersink.c
+++ b/sys/src/9/port/ethersink.c
@@ -53,8 +53,6 @@
static int
reset(Ether* ether)
{- static uchar zeros[Eaddrlen];
-
if(ether->type==nil)
return -1;
ether->mbps = 1000;
--
⑨