mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-22 02:06:39 +00:00
minor fixes
This commit is contained in:
@@ -957,7 +957,6 @@ func (b *NetworkMapBuilder) isPeerRouter(account *Account, peerID string) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
// ??
|
||||
if peer := b.cache.globalPeers[peerID]; peer != nil {
|
||||
if r.Peer == peer.Key && r.PeerID == "" {
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user