Skip to content
Snippets Groups Projects
Commit 2aa7fdd9 authored by Jake Taylor's avatar Jake Taylor
Browse files

fixes

parent a0a2f580
No related branches found
No related tags found
2 merge requests!53Release,!33Hotfix/ping
...@@ -57,7 +57,7 @@ func (s *Sender) SendToAny(sendFunc func(host *connect.Host) (interface{}, error ...@@ -57,7 +57,7 @@ func (s *Sender) SendToAny(sendFunc func(host *connect.Host) (interface{}, error
// Retry of the proxy could not communicate // Retry of the proxy could not communicate
jww.WARN.Printf("Unable to SendToAny via %s: %s,"+ jww.WARN.Printf("Unable to SendToAny via %s: %s,"+
" proxy could not contact requested host", " proxy could not contact requested host",
proxy, err) proxies[proxy].GetId(), err)
continue continue
} else if replaced, checkReplaceErr := s.checkReplace(proxies[proxy].GetId(), err); replaced { } else if replaced, checkReplaceErr := s.checkReplace(proxies[proxy].GetId(), err); replaced {
if checkReplaceErr != nil { if checkReplaceErr != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment