static function

pull/569/head
Jeff 5 years ago
parent 359804e8db
commit a5cc5225ab

@ -244,7 +244,7 @@ namespace llarp
// store it into netdb if we don't have it
if(!n->Has(rc.pubkey))
{
std::function< void(std::shared_ptr< LRCMFrameDecrypt >) > cb =
static std::function< void(std::shared_ptr< LRCMFrameDecrypt >) > cb =
[](std::shared_ptr< LRCMFrameDecrypt > ctx) {
ctx->context->ForwardLRCM(ctx->hop->info.upstream,
ctx->frames);

Loading…
Cancel
Save