Browse Source

updated LeaseSet must be sent after completion

pull/627/head
orignal 8 years ago
parent
commit
aa687afd37
  1. 2
      Destination.cpp

2
Destination.cpp

@ -203,6 +203,7 @@ namespace client @@ -203,6 +203,7 @@ namespace client
void LeaseSetDestination::SetLeaseSet (i2p::data::LocalLeaseSet * newLeaseSet)
{
m_LeaseSet.reset (newLeaseSet);
i2p::garlic::GarlicDestination::SetLeaseSetUpdated ();
if (m_IsPublic)
{
m_PublishVerificationTimer.cancel ();
@ -392,7 +393,6 @@ namespace client @@ -392,7 +393,6 @@ namespace client
void LeaseSetDestination::SetLeaseSetUpdated ()
{
i2p::garlic::GarlicDestination::SetLeaseSetUpdated ();
UpdateLeaseSet ();
}

Loading…
Cancel
Save