Browse Source

clean up code

pull/574/head
Jeff Becker 8 years ago
parent
commit
84bb740e62
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      Destination.cpp

2
Destination.cpp

@ -459,7 +459,7 @@ namespace client
// "this" added due to bug in gcc 4.7-4.8 // "this" added due to bug in gcc 4.7-4.8
[s,this](std::shared_ptr<i2p::data::LeaseSet> leaseSet) [s,this](std::shared_ptr<i2p::data::LeaseSet> leaseSet)
{ {
if (leaseSet) if (leaseSet && s->m_LeaseSet)
{ {
// we got latest LeasetSet // we got latest LeasetSet
LogPrint (eLogDebug, "Destination: published LeaseSet verified for ", GetIdentHash().ToBase32()); LogPrint (eLogDebug, "Destination: published LeaseSet verified for ", GetIdentHash().ToBase32());

Loading…
Cancel
Save