ipn/ipnlocal: rename LogoutSync to Logout

Updates #cleanup

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali
2023-08-31 19:11:20 -07:00
committed by Maisem Ali
parent f52273767f
commit 96277b63ff
4 changed files with 9 additions and 7 deletions

View File

@@ -329,7 +329,7 @@ func (i *jsIPN) logout() {
go func() {
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
defer cancel()
i.lb.LogoutSync(ctx)
i.lb.Logout(ctx)
}()
}