aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/service.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-06-06 15:44:29 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-06-07 11:31:53 +0200
commit6f9a7593646c6af0d4f19af2f669ce28b6e30cab (patch)
treedd1e16a34fafff9635381e21e99c65421ed5cbf4 /tunnel/service.go
parenttunnel: perform full stop on shutdown (diff)
downloadwireguard-windows-6f9a7593646c6af0d4f19af2f669ce28b6e30cab.tar.xz
wireguard-windows-6f9a7593646c6af0d4f19af2f669ce28b6e30cab.zip
global: cleanup TODO comment spacing
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--tunnel/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tunnel/service.go b/tunnel/service.go
index 5c1cc13e..97ffb551 100644
--- a/tunnel/service.go
+++ b/tunnel/service.go
@@ -184,7 +184,7 @@ func (service *Service) Execute(args []string, r <-chan svc.ChangeRequest, chang
dev.Up()
log.Println("Waiting for TCP/IP to attach to interface")
- waitForFamilies(nativeTun) //TODO: move this sort of thing into tun/wintun/CreateInterface
+ waitForFamilies(nativeTun) // TODO: move this sort of thing into tun/wintun/CreateInterface
log.Println("Monitoring default routes")
routeChangeCallback, err = monitorDefaultRoutes(dev, conf.Interface.MTU == 0, nativeTun)