fixed bug in socks5 implementation when using user/pass authentication

This commit is contained in:
Arvid Norberg 2007-11-28 00:14:08 +00:00
parent 1cc0118c9c
commit e1d46c6821
1 changed files with 1 additions and 1 deletions

View File

@ -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)