Skip to content
Snippets Groups Projects
Commit f5943ed9 authored by Anael Beutot's avatar Anael Beutot Committed by Sébastien Luttringer
Browse files

Ask for forward thread to end after VNC process is dead

parent ddd3ca6f
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ class VNCViewer(threading.Thread):
shell=True, close_fds=True,
stdin=onull, stdout=onull, stderr=onull)
proc.wait()
fwd.stop()
del self.cli.forwards[fwd.id]
class Command_vnc(TqlCommand):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment