Cleanup.
This commit is contained in:
parent
3a1ec07db0
commit
ab0806a036
3 changed files with 3 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue