1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 08:14:15 +00:00

fixed warning

This commit is contained in:
orignal 2020-04-30 13:45:26 -04:00
parent c367476036
commit c4f9f7da06

View File

@ -1148,7 +1148,7 @@ namespace transport
NTCP2Server::NTCP2Server ():
RunnableServiceWithWork ("NTCP2"), m_TerminationTimer (GetService ()),
m_Resolver(GetService ()), m_ProxyType(eNoProxy)
m_ProxyType(eNoProxy), m_Resolver(GetService ())
{
}