diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-02-12 01:48:20 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-02-12 01:48:20 +0100 |
commit | 57c53564b3b7f4603d0baa30e76ec44f4cd5f3ba (patch) | |
tree | daf14c9c5ad5c104641ba3308d106bf1037ec8c8 /sys/src | |
parent | 3d0f4da104a2d9a73e017e121f1f25f5964e494e (diff) |
ethersink: after the experiment, the zeros get dismantled. and then destroyed.
Diffstat (limited to 'sys/src')
-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; |