Prevent service log spam on Windows

This commit is contained in:
Mykola Baibuz 2024-04-30 22:17:50 +03:00
parent eb48e4b668
commit 7e2f223d7f
2 changed files with 8 additions and 3 deletions

View file

@ -158,6 +158,7 @@ class WindowsSplitTunnel final : public QObject {
constexpr static const auto MV_SERVICE_NAME = L"MullvadVPN";
DRIVER_STATE getState();
int m_tries;
// Initializes the WFP Sublayer
bool initSublayer();