clean up code

This commit is contained in:
Jeff Becker 2016-07-15 13:52:55 -04:00
parent d37482ada1
commit 84bb740e62
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
5 changed files with 76 additions and 76 deletions

View file

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