diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-02-12 01:50:24 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-02-12 01:50:24 +0100 |
commit | 04583235548da2111a8cda7d186bc0a020214369 (patch) | |
tree | 5ff31f5b48267a3581c989bb2b7f44002daa6c59 | |
parent | 2346954e04417b3d5fdde8e4bc440c0f0532dee0 (diff) | |
parent | 57c53564b3b7f4603d0baa30e76ec44f4cd5f3ba (diff) |
merge
-rw-r--r-- | sys/src/9/port/ethersink.c | 2 |
1 files changed, 0 insertions, 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; |