diff options
Diffstat (limited to 'pkg/helper/windows.go')
-rw-r--r-- | pkg/helper/windows.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/helper/windows.go b/pkg/helper/windows.go index c33a4bc..43436ad 100644 --- a/pkg/helper/windows.go +++ b/pkg/helper/windows.go @@ -39,7 +39,6 @@ var ( LogFolder = getExecDir() openvpnPath = path.Join(appPath, "openvpn.exe") chocoOpenvpnPath = `C:\Program Files\OpenVPN\bin\openvpn.exe` - platformOpenvpnFlags = []string{ httpServerConf = &httpConf{} ) |