From 3e32d38f29f05a3b054341894afbe91e046cf072 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 9 Dec 2019 16:56:43 +0100 Subject: [PATCH] Explicit initialization --- dnscrypt-proxy/xtransport.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dnscrypt-proxy/xtransport.go b/dnscrypt-proxy/xtransport.go index 72ea6556..8d451b2f 100644 --- a/dnscrypt-proxy/xtransport.go +++ b/dnscrypt-proxy/xtransport.go @@ -247,6 +247,7 @@ func (xTransport *XTransport) resolveUsingResolver(proto, host string, resolver // Return a cached entry, or resolve a name and update the cache func (xTransport *XTransport) resolveWithCache(host string) (err error) { + err = nil if xTransport.proxyDialer != nil || xTransport.httpProxyFunction != nil { return }