Skip to content

Commit dd20447

Browse files
committed
lint: ipn/proxies unused err var
1 parent 72049d0 commit dd20447

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

intra/ipn/proxies.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,6 @@ func (px *proxifier) ProxyTo(ipp netip.AddrPort, uid string, pids []string) (the
489489
p, err := px.pinID(uid, ipp, pids[0]) // repin & health check
490490
if p == nil {
491491
if !waitedForMissingProxy {
492-
err = core.OneErr(err, errProxyNotFound)
493492
// wait for the missing proxy to be added before returning error
494493
waitedForMissingProxy = true
495494
stalledSec = px.stall(uid + ippstr)

0 commit comments

Comments
 (0)