fixed bug in socks5 implementation when using user/pass authentication
This commit is contained in:
parent
1cc0118c9c
commit
e1d46c6821
|
@ -206,7 +206,7 @@ namespace libtorrent
|
|||
}
|
||||
|
||||
std::vector<char>().swap(m_buffer);
|
||||
(*h)(e);
|
||||
socks_connect(h);
|
||||
}
|
||||
|
||||
void socks5_stream::socks_connect(boost::shared_ptr<handler_type> h)
|
||||
|
|
Loading…
Reference in New Issue