summaryrefslogtreecommitdiff
path: root/pkg/vpn/launcher_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/vpn/launcher_windows.go')
-rw-r--r--pkg/vpn/launcher_windows.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/vpn/launcher_windows.go b/pkg/vpn/launcher_windows.go
index 4f81ecd..069cb32 100644
--- a/pkg/vpn/launcher_windows.go
+++ b/pkg/vpn/launcher_windows.go
@@ -1,4 +1,6 @@
+//go:build windows
// +build windows
+
// Copyright (C) 2018-2021 LEAP
//
// This program is free software: you can redistribute it and/or modify
@@ -36,6 +38,7 @@ const pipeName = `\\.\pipe\openvpn\service`
type launcher struct {
mngPass string
+ failed bool
}
func newLauncher() (*launcher, error) {