mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed typo
This commit is contained in:
@@ -235,7 +235,7 @@ namespace transport
|
|||||||
bool ygg; i2p::config::GetOption("meshnets.yggdrasil", ygg);
|
bool ygg; i2p::config::GetOption("meshnets.yggdrasil", ygg);
|
||||||
if (ygg)
|
if (ygg)
|
||||||
{
|
{
|
||||||
std::string address; i2p::config::GetOption("meshnets.yggdrasil", address);
|
std::string address; i2p::config::GetOption("meshnets.yggaddress", address);
|
||||||
if (!address.empty ())
|
if (!address.empty ())
|
||||||
{
|
{
|
||||||
boost::system::error_code ec;
|
boost::system::error_code ec;
|
||||||
|
|||||||
Reference in New Issue
Block a user