Eliminate some more dead code. We may do path trust, but not like that.

This commit is contained in:
Adam Ierymenko 2015-10-29 09:42:15 -07:00
parent 883c84bdb9
commit a994573a43
6 changed files with 11 additions and 36 deletions

View file

@ -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;