From 2a796051bf87f19b7402a15ce64e4c17c9c57a75 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 29 Jun 2016 17:42:26 -0400 Subject: [PATCH] try fixing LS --- NetDb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetDb.cpp b/NetDb.cpp index ffea99ab..6e73629e 100644 --- a/NetDb.cpp +++ b/NetDb.cpp @@ -676,7 +676,7 @@ namespace data // no lease set found 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"); replyMsg = CreateDatabaseStoreMsg (leaseSet);