1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Close doesn't exists when stopping the capture

This commit is contained in:
Julien Duponchelle 2016-04-26 22:19:38 +02:00
parent 92d1594afd
commit f98f6bf3ed
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -87,7 +87,6 @@ class Link:
f.flush()
else:
break
yield from stream.close()
@asyncio.coroutine
def stop_capture(self):