Browse Source

clean up identation

pull/557/head
Jeff Becker 8 years ago
parent
commit
fab34d3dbb
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 8
      Daemon.cpp

8
Daemon.cpp

@ -141,10 +141,10 @@ namespace i2p
// we are behind nat, try setting via host // we are behind nat, try setting via host
std::string host; i2p::config::GetOption("host", host); std::string host; i2p::config::GetOption("host", host);
if (!i2p::config::IsDefault("host")) if (!i2p::config::IsDefault("host"))
{ {
LogPrint(eLogInfo, "Daemon: setting address for incoming connections to ", host); LogPrint(eLogInfo, "Daemon: setting address for incoming connections to ", host);
i2p::context.UpdateAddress (boost::asio::ip::address::from_string (host)); i2p::context.UpdateAddress (boost::asio::ip::address::from_string (host));
} }
} }
else else
{ {

Loading…
Cancel
Save