mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fix indent in HTTPServer, add RI log messages
This commit is contained in:
parent
7ab29950a4
commit
0e89452056
4 changed files with 36 additions and 33 deletions
|
@ -621,10 +621,10 @@ namespace i2p
|
|||
m_RouterInfo.DeleteProperty ("coreVersion");
|
||||
m_RouterInfo.DeleteProperty ("stat_uptime");
|
||||
|
||||
bool ipv4; i2p::config::GetOption("ipv4", ipv4);
|
||||
/*bool ipv4; i2p::config::GetOption("ipv4", ipv4);
|
||||
bool ipv6; i2p::config::GetOption("ipv6", ipv6);
|
||||
SetSupportsV4(ipv4);
|
||||
SetSupportsV6(ipv6);
|
||||
SetSupportsV6(ipv6);*/
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue