commit 10ad59fc9d26900ded6456f50ea6adf4cb58be9d Author: Arlo Breault arlolra@gmail.com Date: Mon Mar 5 19:34:43 2018 -0500
Appease go fmt after fcc274a --- broker/broker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/broker/broker.go b/broker/broker.go index a799f29..a41aadb 100644 --- a/broker/broker.go +++ b/broker/broker.go @@ -262,7 +262,7 @@ func main() { } go func() { log.Printf("Starting HTTP-01 listener") - log.Fatal(http.ListenAndServe(":80", certManager.HTTPHandler(nil))) + log.Fatal(http.ListenAndServe(":80", certManager.HTTPHandler(nil))) }()
server.TLSConfig = &tls.Config{GetCertificate: certManager.GetCertificate}
tor-commits@lists.torproject.org