diff --git a/cmd/routed/main.go b/cmd/routed/main.go index cd8f743..153e4c1 100644 --- a/cmd/routed/main.go +++ b/cmd/routed/main.go @@ -9,7 +9,6 @@ import ( "net/http" "os" "os/signal" - "sync" "time" _ "git.xeserv.us/xena/route/internal" @@ -148,7 +147,7 @@ func setupQuic(ctx context.Context, s *Server, scfg Config) { } } -func setupTLS(ctx context.Context, wg *sync.WaitGroup, s *Server, scfg Config) { +func setupTLS(ctx context.Context, s *Server, scfg Config) { f := ln.F{ "kind": "https", "addr": scfg.SSLAddr,