mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
stunner: return wrapped error (currently unused)
This commit is contained in:
parent
b4d02a251a
commit
52c0cb12fb
@ -206,7 +206,7 @@ func (s *Stunner) Run(ctx context.Context) error {
|
||||
if len(missing) == 0 || err == nil {
|
||||
return nil
|
||||
}
|
||||
return fmt.Errorf("got STUN error: %v; missing replies from: %v", err, strings.Join(missing, ", "))
|
||||
return fmt.Errorf("got STUN error: %w; missing replies from: %v", err, strings.Join(missing, ", "))
|
||||
}
|
||||
|
||||
func (s *Stunner) serverAddr(ctx context.Context, server string) (*net.UDPAddr, error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user