This commit is contained in:
Cadey Ratio 2018-01-20 09:41:34 -08:00
parent a0d1787b5b
commit 841ae6e2b9
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import (
"net/http" "net/http"
"os" "os"
"os/signal" "os/signal"
"sync"
"time" "time"
_ "git.xeserv.us/xena/route/internal" _ "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{ f := ln.F{
"kind": "https", "kind": "https",
"addr": scfg.SSLAddr, "addr": scfg.SSLAddr,