mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
Merge pull request #873 from majestrate/fix-addressbook
try fixing issue #871
This commit is contained in:
commit
63e25f0ff9
1 changed files with 103 additions and 104 deletions
|
@ -367,7 +367,7 @@ namespace client
|
|||
|
||||
size_t pos = s.find('#');
|
||||
if (pos != std::string::npos)
|
||||
std::string addr = addr.substr(pos); // remove comments
|
||||
addr = addr.substr(pos); // remove comments
|
||||
|
||||
auto ident = std::make_shared<i2p::data::IdentityEx> ();
|
||||
if (!ident->FromBase64(addr)) {
|
||||
|
@ -872,4 +872,3 @@ namespace client
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue