mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-23 09:06:24 +00:00
control/controlclient: remove unused reference to mapCtx (#17614)
Updates #cleanup Signed-off-by: James Sanderson <jsanderson@tailscale.com>
This commit is contained in:
committed by
GitHub
parent
adee8b9180
commit
b6c6960e40
@@ -78,3 +78,9 @@ func (b *Backoff) BackOff(ctx context.Context, err error) {
|
||||
case <-tChannel:
|
||||
}
|
||||
}
|
||||
|
||||
// Reset resets the backoff schedule, equivalent to calling BackOff with a nil
|
||||
// error.
|
||||
func (b *Backoff) Reset() {
|
||||
b.n = 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user