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; }