clear intro

This commit is contained in:
Jeff Becker 2018-09-27 07:03:01 -04:00
parent d71882259e
commit 22b1e58dcf
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ namespace llarp
bool
PathSet::GetNewestIntro(service::Introduction& intro) const
{
intro.Clear();
bool found = false;
auto itr = m_Paths.begin();
while(itr != m_Paths.end())