mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Remove exit condition for bond creation during re-learning of previously-known paths
This commit is contained in:
parent
5e122b95e7
commit
1dca7b92cf
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ SharedPtr<Bond> BondController::createTransportTriggeredBond(const RuntimeEnviro
|
|||
}
|
||||
}
|
||||
else {
|
||||
fprintf(stderr, "bond already exists for %llx, cannot re-register. exiting\n", identity); exit(0); // TODO: Remove
|
||||
fprintf(stderr, "bond already exists for %llx.\n", identity);
|
||||
}
|
||||
if (bond) {
|
||||
_bonds[identity] = bond;
|
||||
|
|
Loading…
Add table
Reference in a new issue