Windows updates
This commit is contained in:
parent
9d456dc18e
commit
6a03eead3f
4 changed files with 6 additions and 16 deletions
|
|
@ -94,16 +94,6 @@ void OpenVpnOverCloakProtocol::stop()
|
|||
|
||||
qDebug() << "OpenVpnOverCloakProtocol::stop()";
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
Utils::signalCtrl(m_ckProcess.processId(), CTRL_C_EVENT);
|
||||
#endif
|
||||
|
||||
m_ckProcess.terminate();
|
||||
|
||||
if (Utils::processIsRunning(Utils::executable("ck-client", false))) {
|
||||
QThread::msleep(1000);
|
||||
Utils::killProcessByName(Utils::executable("ck-client", false));
|
||||
}
|
||||
}
|
||||
|
||||
QString OpenVpnOverCloakProtocol::cloakExecPath()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue