Skip to content

Commit a165cdb

Browse files
committed
Pull request 2585: AGDNS-3568-fix-tls-reload
Updates #8244. Squashed commit of the following: commit ff0ba23 Merge: c6a0387 81dcf43 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Fri Feb 13 16:36:35 2026 +0300 Merge branch 'master' into AGDNS-3568-fix-tls-reload commit c6a0387 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Fri Feb 13 15:58:58 2026 +0300 home: fix tls reload
1 parent 81dcf43 commit a165cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/home/tls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ func (m *tlsManager) reload(ctx context.Context) {
280280
// The background context is used because the TLSConfigChanged wraps context
281281
// with timeout on its own and shuts down the server, which handles current
282282
// request.
283-
m.web.tlsConfigChanged(context.Background(), tlsConfPtr)
283+
m.web.tlsConfigChanged(context.Background(), m.conf)
284284
}
285285

286286
// reconfigureDNSServer updates the DNS server configuration using the stored

0 commit comments

Comments
 (0)