From 5bed92ab0b08d8e826a319ec48cae1910cf5229d Mon Sep 17 00:00:00 2001 From: pokamest Date: Mon, 29 Apr 2024 11:12:27 +0100 Subject: [PATCH] WindowsTunnelService typo fix --- client/platforms/windows/daemon/windowstunnelservice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/platforms/windows/daemon/windowstunnelservice.cpp b/client/platforms/windows/daemon/windowstunnelservice.cpp index 8d2e08b6..f873203b 100644 --- a/client/platforms/windows/daemon/windowstunnelservice.cpp +++ b/client/platforms/windows/daemon/windowstunnelservice.cpp @@ -138,7 +138,7 @@ bool WindowsTunnelService::start(const QString& configData) { logger.debug() << "Service:" << qApp->applicationFilePath(); - service = CreateService(scm, TUNNEL_SERVICE_NAME, L"Amezia VPN (tunnel)", + service = CreateService(scm, TUNNEL_SERVICE_NAME, L"Amnezia VPN (tunnel)", SERVICE_ALL_ACCESS, SERVICE_WIN32_OWN_PROCESS, SERVICE_DEMAND_START, SERVICE_ERROR_NORMAL, (const wchar_t*)serviceCmdline.utf16(), nullptr, 0,