mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
console: Don't leave defunct SSH processes around
This commit is contained in:
parent
f7eb8f0f96
commit
5333002646
@ -201,6 +201,7 @@ class Tunnel(object):
|
||||
self.errfd = None
|
||||
|
||||
os.kill(self.pid, signal.SIGKILL)
|
||||
os.waitpid(self.pid, 0)
|
||||
self.pid = None
|
||||
|
||||
def get_err_output(self):
|
||||
|
Loading…
Reference in New Issue
Block a user