mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
1. return value fix
This commit is contained in:
parent
9859006693
commit
0fc32e737d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue