Commit 74986a43 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 6cda9114
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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):