Browse Source

try fixing LS

pull/557/head
Jeff Becker 9 years ago
parent
commit
2a796051bf
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      NetDb.cpp

2
NetDb.cpp

@ -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…
Cancel
Save