diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-04-22 18:50:11 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-04-22 18:50:11 +0200 |
commit | 89625510554e65ec088110195670092bfe95fea4 (patch) | |
tree | 2281ad0ec3ae9df40d0a37b69f03563288373f2f /sys/src/9/ip/netdevmedium.c | |
parent | dbf13129a702cc066517acf147fb01c13df456cb (diff) |
devip: increment in counter *AFTER* acquiering the ifc lock or loopbackmedium
Diffstat (limited to 'sys/src/9/ip/netdevmedium.c')
-rw-r--r-- | sys/src/9/ip/netdevmedium.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/ip/netdevmedium.c b/sys/src/9/ip/netdevmedium.c index 74d47290c..25111fd41 100644 --- a/sys/src/9/ip/netdevmedium.c +++ b/sys/src/9/ip/netdevmedium.c @@ -117,7 +117,6 @@ netdevread(void *a) /* * get here if mchan is a pipe and other side hangs up * clean up this interface & get out -ZZZ is this a good idea? */ poperror(); er->readp = nil; |