[PR #338] [MERGED] Fix UP calls when state is idle #12505

Closed
opened 2026-08-05 02:06:03 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/338
Author: @mlsmaycon
Created: 5/27/2022
Status: Merged
Merged: 5/27/2022
Merged by: @mlsmaycon

Base: mainHead: fix-up-on-idle


📝 Commits (3)

  • b3fd6cc Fix UP calls when state is idle
  • 99f7eff Remove unused status
  • a609e65 Defer close daemon client conn

📊 Changes

2 files changed (+46 additions, -47 deletions)

View changed files

📝 client/cmd/up.go (+44 -37)
📝 client/ui/client_ui.go (+2 -10)

📄 Description

When we want to login we can call server.Login
It already checks the login status of the peer


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/338 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 5/27/2022 **Status:** ✅ Merged **Merged:** 5/27/2022 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix-up-on-idle` --- ### 📝 Commits (3) - [`b3fd6cc`](https://github.com/netbirdio/netbird/commit/b3fd6ccaca39023c6d466f017fa6ef92764fa03f) Fix UP calls when state is idle - [`99f7eff`](https://github.com/netbirdio/netbird/commit/99f7eff2eeb52ea6f95d71e9293bfcdac8495df4) Remove unused status - [`a609e65`](https://github.com/netbirdio/netbird/commit/a609e6588bbf17f24b73d698fc27a77bc0b1458b) Defer close daemon client conn ### 📊 Changes **2 files changed** (+46 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/up.go` (+44 -37) 📝 `client/ui/client_ui.go` (+2 -10) </details> ### 📄 Description When we want to login we can call server.Login It already checks the login status of the peer --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 02:06:03 -04:00
saavagebueno changed title from [PR #338] [MERGED] Fix UP calls when state is idle to [PR #338] Fix UP calls when state is idle 2026-08-05 02:08:27 -04:00
saavagebueno changed title from [PR #338] Fix UP calls when state is idle to [PR #338] [MERGED] Fix UP calls when state is idle 2026-08-05 03:06:14 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#12505