mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
clean up identation
This commit is contained in:
parent
346b0c9d68
commit
fab34d3dbb
|
@ -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…
Reference in a new issue