diff --git a/src/core/link_other.go b/src/core/link_other.go index 82457aae..03a56321 100644 --- a/src/core/link_other.go +++ b/src/core/link_other.go @@ -126,7 +126,7 @@ func (l *links) call(u *url.URL, sintf string) (linkInfo, error) { }() default: - return errors.New("unknown call scheme: " + u.Scheme) + return info, errors.New("unknown call scheme: " + u.Scheme) } return info, nil }