From 02ed7d60592ee5c98f0b20489940378cd7e88fb6 Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 1 Feb 2015 16:18:08 -0500 Subject: [PATCH] fixed non-responding destination request --- Destination.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Destination.cpp b/Destination.cpp index df6fe152..bc15bb78 100644 --- a/Destination.cpp +++ b/Destination.cpp @@ -543,7 +543,7 @@ namespace client { auto floodfill = i2p::data::netdb.GetClosestFloodfill (dest, it->second->excluded); if (floodfill) - SendLeaseSetRequest (dest, floodfill, it->second); + done = !SendLeaseSetRequest (dest, floodfill, it->second); else done = true; }