From 57c53564b3b7f4603d0baa30e76ec44f4cd5f3ba Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 12 Feb 2018 01:48:20 +0100 Subject: [PATCH] ethersink: after the experiment, the zeros get dismantled. and then destroyed. --- sys/src/9/port/ethersink.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/src/9/port/ethersink.c b/sys/src/9/port/ethersink.c index aa62d3719..6ef58ff07 100644 --- a/sys/src/9/port/ethersink.c +++ b/sys/src/9/port/ethersink.c @@ -53,8 +53,6 @@ promiscuous(void *, int) static int reset(Ether* ether) { - static uchar zeros[Eaddrlen]; - if(ether->type==nil) return -1; ether->mbps = 1000;