Error propagation

This commit is contained in:
Frank Denis 2021-06-07 12:38:36 +02:00
parent 94151f9f96
commit 7980af6f46
1 changed files with 1 additions and 1 deletions

View File

@ -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) {