Skip to content
Snippets Groups Projects
Commit 06c54521 authored by jkito's avatar jkito Committed by Kali Kaneko
Browse files

[bug] windows: add missing struct field of the launcher struct

parent 89738a24
No related branches found
No related tags found
No related merge requests found
//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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment