const correctness

This commit is contained in:
Jeff Becker 2019-07-29 12:41:45 -04:00
parent af74ee6f70
commit ea7a32c7e3
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -130,7 +130,7 @@ namespace llarp
{
if(!ctx.pathset->IsStopped())
{
RouterID remote = ctx.path->Upstream();
const RouterID remote = ctx.path->Upstream();
const ILinkMessage* msg = &ctx.LRCM;
if(ctx.router->SendToOrQueue(remote, msg))
{