Eliminate some more dead code. We may do path trust, but not like that.
This commit is contained in:
parent
883c84bdb9
commit
a994573a43
6 changed files with 11 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue