aboutsummaryrefslogtreecommitdiff
path: root/core/dnsserver/server_https.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/dnsserver/server_https.go')
-rw-r--r--core/dnsserver/server_https.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/dnsserver/server_https.go b/core/dnsserver/server_https.go
index 93d62fa84..6b5a72384 100644
--- a/core/dnsserver/server_https.go
+++ b/core/dnsserver/server_https.go
@@ -82,7 +82,6 @@ func (s *ServerHTTPS) OnStartupComplete() {
if out != "" {
fmt.Print(out)
}
- return
}
// Stop stops the server. It blocks until the server is totally stopped.