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);