From 5e58c3e22a77c42f321deb9707f34f031b345d75 Mon Sep 17 00:00:00 2001 From: Dmitriy Seregin Date: Fri, 20 Aug 2021 17:10:19 +0300 Subject: [PATCH] small fix --- internal/home/tls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/home/tls.go b/internal/home/tls.go index bb16e740db7..f6dc31cbd9a 100644 --- a/internal/home/tls.go +++ b/internal/home/tls.go @@ -221,8 +221,8 @@ type tlsConfig struct { func (t *TLSMod) handleTLSStatus(w http.ResponseWriter, _ *http.Request) { t.confLock.Lock() data := tlsConfig{ - tlsConfigStatus: t.status, tlsConfigSettings: t.conf, + tlsConfigStatus: t.status, } t.confLock.Unlock() hidePrivateKey := data.PrivateKey != ""