mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-30 08:54:25 +08:00
fix error from branch create
This commit is contained in:
parent
f465e3b82d
commit
407c6ed20a
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ func GetPeerUpdate(node *models.Node) (models.PeerUpdate, error) {
|
|||
if peer.LocalListenPort != 0 {
|
||||
peer.ListenPort = peer.LocalListenPort
|
||||
}
|
||||
} else {
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue