summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-06-21 17:51:35 +0200
committerRuben Pollan <meskio@sindominio.net>2018-06-21 17:51:35 +0200
commite811786fa7f05299262ece132573fcf0d7a1f890 (patch)
tree5cc064b0f643d386e436dea9238a18069e001775
parent93e5e01114db37f2ee72b110abc32284dfa8b424 (diff)
[bug] fixup last commit string
-rw-r--r--bitmask_go/launcher_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitmask_go/launcher_windows.go b/bitmask_go/launcher_windows.go
index d0effa4..c8e79b9 100644
--- a/bitmask_go/launcher_windows.go
+++ b/bitmask_go/launcher_windows.go
@@ -57,7 +57,7 @@ func (l *launcher) firewallStop() error {
func (l *launcher) send(cmd string, args ...string) error {
if args == nil {
- args = "null"
+ args = []string{"null"}
}
command := struct {
Cmd string `json:"cmd"`