mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 06:38:25 +00:00
Eliminate some more dead code. We may do path trust, but not like that.
This commit is contained in:
@ -179,7 +179,7 @@ void Peer::received(
|
||||
}
|
||||
}
|
||||
if (slot) {
|
||||
*slot = Path(localAddr,remoteAddr,Path::TRUST_NORMAL);
|
||||
*slot = Path(localAddr,remoteAddr);
|
||||
slot->received(now);
|
||||
_numPaths = np;
|
||||
pathIsConfirmed = true;
|
||||
|
Reference in New Issue
Block a user