fixed non-responding destination request

pull/151/head
orignal 10 years ago
parent 2c2acae50d
commit 02ed7d6059

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

Loading…
Cancel
Save