mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
fixed non-responding destination request
This commit is contained in:
parent
2c2acae50d
commit
02ed7d6059
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue