mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
fixed typo
This commit is contained in:
parent
a4e8bf9857
commit
fab53dda66
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ namespace transport
|
|||
bool ygg; i2p::config::GetOption("meshnets.yggdrasil", ygg);
|
||||
if (ygg)
|
||||
{
|
||||
std::string address; i2p::config::GetOption("meshnets.yggdrasil", address);
|
||||
std::string address; i2p::config::GetOption("meshnets.yggaddress", address);
|
||||
if (!address.empty ())
|
||||
{
|
||||
boost::system::error_code ec;
|
||||
|
|
Loading…
Add table
Reference in a new issue