diff --git a/dnscrypt-proxy/serversInfo.go b/dnscrypt-proxy/serversInfo.go index 27025adf..b15a84da 100644 --- a/dnscrypt-proxy/serversInfo.go +++ b/dnscrypt-proxy/serversInfo.go @@ -828,7 +828,7 @@ func fetchODoHTargetInfo(proxy *Proxy, name string, stamp stamps.ServerStamp, is } dlog.Infof("Trying to fetch the [%v] configuration again", name) } - return serverInfo, nil + return serverInfo, err } func (serverInfo *ServerInfo) noticeFailure(proxy *Proxy) {