fixed non-responding destination request

This commit is contained in:
orignal 2015-02-01 16:18:08 -05:00
parent 2c2acae50d
commit 02ed7d6059

View File

@ -543,7 +543,7 @@ namespace client
{ {
auto floodfill = i2p::data::netdb.GetClosestFloodfill (dest, it->second->excluded); auto floodfill = i2p::data::netdb.GetClosestFloodfill (dest, it->second->excluded);
if (floodfill) if (floodfill)
SendLeaseSetRequest (dest, floodfill, it->second); done = !SendLeaseSetRequest (dest, floodfill, it->second);
else else
done = true; done = true;
} }