mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
try fixing LS
This commit is contained in:
parent
50286fd173
commit
2a796051bf
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ namespace data
|
||||||
// no lease set found
|
// no lease set found
|
||||||
LogPrint(eLogDebug, "NetDb: requested LeaseSet not found ident=", ident.ToBase64());
|
LogPrint(eLogDebug, "NetDb: requested LeaseSet not found ident=", ident.ToBase64());
|
||||||
}
|
}
|
||||||
else if (leaseSet->IsExpired ()) // we don't send back our LeaseSets
|
else if (!leaseSet->IsExpired ()) // we don't send back our LeaseSets
|
||||||
{
|
{
|
||||||
LogPrint (eLogDebug, "NetDb: requested LeaseSet ", key, " found");
|
LogPrint (eLogDebug, "NetDb: requested LeaseSet ", key, " found");
|
||||||
replyMsg = CreateDatabaseStoreMsg (leaseSet);
|
replyMsg = CreateDatabaseStoreMsg (leaseSet);
|
||||||
|
|
Loading…
Add table
Reference in a new issue