Error propagation
This commit is contained in:
parent
94151f9f96
commit
7980af6f46
|
@ -828,7 +828,7 @@ func fetchODoHTargetInfo(proxy *Proxy, name string, stamp stamps.ServerStamp, is
|
||||||
}
|
}
|
||||||
dlog.Infof("Trying to fetch the [%v] configuration again", name)
|
dlog.Infof("Trying to fetch the [%v] configuration again", name)
|
||||||
}
|
}
|
||||||
return serverInfo, nil
|
return serverInfo, err
|
||||||
}
|
}
|
||||||
|
|
||||||
func (serverInfo *ServerInfo) noticeFailure(proxy *Proxy) {
|
func (serverInfo *ServerInfo) noticeFailure(proxy *Proxy) {
|
||||||
|
|
Loading…
Reference in New Issue