mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
const correctness
This commit is contained in:
parent
af74ee6f70
commit
ea7a32c7e3
@ -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…
Reference in New Issue
Block a user