const correctness

pull/741/head
Jeff Becker 5 years ago
parent af74ee6f70
commit ea7a32c7e3
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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))
{

Loading…
Cancel
Save