mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
clean up code
This commit is contained in:
parent
d37482ada1
commit
84bb740e62
5 changed files with 76 additions and 76 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue