Skip to content
Snippets Groups Projects
Verified Commit 93e5e011 authored by meskio's avatar meskio :tent:
Browse files

[bug] send a "null" to the openvpn_stop windows helper

parent 1951fb25
Branches
Tags
No related merge requests found
......@@ -57,7 +57,7 @@ func (l *launcher) firewallStop() error {
func (l *launcher) send(cmd string, args ...string) error {
if args == nil {
args = []string{}
args = "null"
}
command := struct {
Cmd string `json:"cmd"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment