Browse Source

fixed non-responding destination request

pull/151/head
orignal 10 years ago
parent
commit
02ed7d6059
  1. 2
      Destination.cpp

2
Destination.cpp

@ -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…
Cancel
Save