aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/service_manager.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-05 02:29:41 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-05 05:36:21 +0100
commit776df7d7249671e5595f5f176fb9160df7694689 (patch)
tree55d388c2c0b3bfb6164f564740a8b8881ebdc315 /service/service_manager.go
parentbuild: musl.cc now offers zips (diff)
downloadwireguard-windows-776df7d7249671e5595f5f176fb9160df7694689.tar.xz
wireguard-windows-776df7d7249671e5595f5f176fb9160df7694689.zip
conf: validate tunnel name
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--service/service_manager.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/service_manager.go b/service/service_manager.go
index 1f31521b..9b227592 100644
--- a/service/service_manager.go
+++ b/service/service_manager.go
@@ -266,7 +266,6 @@ loop:
case svc.Interrogate:
changes <- c.CurrentStatus
case svc.SessionChange:
- //TODO: All the logic here depends on https://go-review.googlesource.com/c/sys/+/158698 being merged
if c.EventType != wtsSessionLogon && c.EventType != wtsSessionLogoff {
continue
}