mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed typo
This commit is contained in:
parent
908404ab62
commit
feffbc9330
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,6 @@ namespace client
|
|||
auto ls = i2p::data::netdb.FindLeaseSet (ident);
|
||||
if (ls)
|
||||
{
|
||||
ls = std::make_shared<i2p::data::LeaseSet> (*ls);
|
||||
m_RemoteLeaseSets[ident] = ls;
|
||||
return ls;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue