diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-04-23 01:11:37 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-04-30 22:10:29 +0200 |
commit | a62bd8d0ff93c224ffed086c8e50174e08a6b45c (patch) | |
tree | 5f5b12387cbce47d3be9138e6b3f3e4f27da00f4 /pkg/helper | |
parent | 89c0870865b75f70e896ff546b7e341ce622cf68 (diff) |
[feat] probe for the port of our matching helper
Diffstat (limited to 'pkg/helper')
-rw-r--r-- | pkg/helper/windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |