mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 13:48:16 +00:00
Remove exit condition for bond creation during re-learning of previously-known paths
This commit is contained in:
@ -107,7 +107,7 @@ SharedPtr<Bond> BondController::createTransportTriggeredBond(const RuntimeEnviro
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
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) {
|
if (bond) {
|
||||||
_bonds[identity] = bond;
|
_bonds[identity] = bond;
|
||||||
|
Reference in New Issue
Block a user