From 471a4bf6dd603dd9f71bb9b3cdf345062c1d0db0 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 4 Jun 2019 09:34:24 -0400 Subject: [PATCH] use reply intro for inbound sessions --- llarp/service/endpoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llarp/service/endpoint.cpp b/llarp/service/endpoint.cpp index e6a5a961b..061da6a7b 100644 --- a/llarp/service/endpoint.cpp +++ b/llarp/service/endpoint.cpp @@ -1099,7 +1099,7 @@ namespace llarp continue; if(!GetCachedSessionKeyFor(tag, K)) continue; - if(GetIntroFor(tag, remoteIntro)) + if(GetReplyIntroFor(tag, remoteIntro)) { if(!remoteIntro.ExpiresSoon(now)) p = GetNewestPathByRouter(remoteIntro.router);