Fix an issue with serial capture for IOU

Fix https://github.com/GNS3/gns3-gui/issues/1886
pull/916/head
Julien Duponchelle 7 years ago
parent 366c567864
commit 65b75a9212
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -1167,7 +1167,7 @@ class IOUVM(BaseNode):
bay=adapter_number,
unit=port_number,
output_file=output_file,
data_link_type=data_link_type))
data_link_type=re.sub("^DLT_", "", data_link_type)))
@asyncio.coroutine
def stop_capture(self, adapter_number, port_number):

Loading…
Cancel
Save