mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-26 00:38:10 +00:00
Close doesn't exists when stopping the capture
This commit is contained in:
parent
92d1594afd
commit
f98f6bf3ed
@ -87,7 +87,6 @@ class Link:
|
|||||||
f.flush()
|
f.flush()
|
||||||
else:
|
else:
|
||||||
break
|
break
|
||||||
yield from stream.close()
|
|
||||||
|
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def stop_capture(self):
|
def stop_capture(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user