use reply intro for inbound sessions

This commit is contained in:
Jeff Becker 2019-06-04 09:34:24 -04:00
parent c2803e3020
commit 471a4bf6dd
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -1099,7 +1099,7 @@ namespace llarp
continue; continue;
if(!GetCachedSessionKeyFor(tag, K)) if(!GetCachedSessionKeyFor(tag, K))
continue; continue;
if(GetIntroFor(tag, remoteIntro)) if(GetReplyIntroFor(tag, remoteIntro))
{ {
if(!remoteIntro.ExpiresSoon(now)) if(!remoteIntro.ExpiresSoon(now))
p = GetNewestPathByRouter(remoteIntro.router); p = GetNewestPathByRouter(remoteIntro.router);