WindowsTunnelService typo fix
This commit is contained in:
parent
2c78c06dda
commit
5bed92ab0b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue