clear intro

pull/18/head
Jeff Becker 6 years ago
parent d71882259e
commit 22b1e58dcf
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

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

Loading…
Cancel
Save