Browse Source

fixed typo

pull/1638/head
orignal 4 years ago
parent
commit
fab53dda66
  1. 2
      libi2pd/Transports.cpp

2
libi2pd/Transports.cpp

@ -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;

Loading…
Cancel
Save