use reply intro for inbound sessions

pull/1334/head
Jeff Becker 5 years ago
parent c2803e3020
commit 471a4bf6dd
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

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

Loading…
Cancel
Save