mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
main netdb can request router info only
This commit is contained in:
parent
3547a4042c
commit
bbe403fb40
6 changed files with 35 additions and 76 deletions
|
@ -124,7 +124,7 @@ namespace client
|
|||
else
|
||||
{
|
||||
LogPrint ("All leases of remote LeaseSet expired. Request it");
|
||||
i2p::data::netdb.RequestDestination (ident, true, m_Pool);
|
||||
RequestDestination (ident);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue