Crash on exit fix for Windows

This commit is contained in:
pokamest 2023-10-04 16:09:03 +01:00
parent 70e6a3d303
commit 6f392ce126
3 changed files with 1 additions and 20 deletions

View file

@ -101,8 +101,6 @@ void WireguardProtocol::stop()
#if defined(Q_OS_MAC) || defined(Q_OS_WIN) || defined(Q_OS_LINUX)
ErrorCode WireguardProtocol::startMzImpl()
{
qDebug() << "WireguardProtocol::startMzImpl():" << m_rawConfig;
m_impl->activate(m_rawConfig);
return ErrorCode::NoError;
}