mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
fix whitespace bullshit
This commit is contained in:
parent
3ea1eca350
commit
1330228080
1 changed files with 15 additions and 14 deletions
|
@ -807,6 +807,7 @@ namespace transport
|
|||
// we are using a socks proxy, don't create any acceptors
|
||||
if(m_UseSocks)
|
||||
{
|
||||
// TODO: resolve socks proxy until it is resolved
|
||||
boost::asio::ip::tcp::resolver::query q(m_SocksAddress, std::to_string(m_SocksPort));
|
||||
boost::system::error_code e;
|
||||
auto itr = m_Resolver.resolve(q, e);
|
||||
|
|
Loading…
Add table
Reference in a new issue