This commit is contained in:
Adam Ierymenko 2017-07-17 13:48:39 -07:00
parent 3a1ec07db0
commit ab0806a036
3 changed files with 3 additions and 10 deletions

View file

@ -60,7 +60,7 @@ void Switch::onRemotePacket(void *tPtr,const int64_t localSocket,const InetAddre
try {
const uint64_t now = RR->node->now();
SharedPtr<Path> path(RR->topology->getPath(localSocket,fromAddr));
const SharedPtr<Path> path(RR->topology->getPath(localSocket,fromAddr));
path->received(now);
if (len == 13) {