From a62bd8d0ff93c224ffed086c8e50174e08a6b45c Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Thu, 23 Apr 2020 01:11:37 +0200 Subject: [feat] probe for the port of our matching helper --- pkg/helper/windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/helper') diff --git a/pkg/helper/windows.go b/pkg/helper/windows.go index 70c6d6a..0962fef 100644 --- a/pkg/helper/windows.go +++ b/pkg/helper/windows.go @@ -114,6 +114,7 @@ func initializeService(preferredPort int) { func daemonize() {} +// runServer does nothing, serveHTTP is called from within Execute in windows func runServer(port int) {} func getOpenvpnPath() string { -- cgit v1.2.3