mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-23 11:47:24 +01:00
added comment reference to a SF bug
This commit is contained in:
parent
3cfd19c79b
commit
0509b8dbda
@ -329,11 +329,14 @@ void SSHSession::terminate()
|
||||
|
||||
if (fwbdebug) qDebug() << "done reading I/O buffers";
|
||||
|
||||
// Looks like sometimes the process may still be running
|
||||
// after 20 sec. Ticket #1426, SF bug 2990333
|
||||
if (proc->state() == QProcess::Running)
|
||||
{
|
||||
if (fwbdebug) qDebug() << "Still running, killing";
|
||||
proc->kill();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
delete proc;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user