1
0
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:
Vadim Kurland 2010-04-27 17:53:58 +00:00
parent 3cfd19c79b
commit 0509b8dbda

View File

@ -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;