merged in differences from release branch

This commit is contained in:
Arvid Norberg
2005-11-18 01:12:21 +00:00
parent ff365bc39e
commit 477d5ec238
6 changed files with 29 additions and 12 deletions

View File

@@ -1142,6 +1142,9 @@ namespace libtorrent
, m_thread(boost::ref(m_impl))
, m_checker_thread(boost::ref(m_checker_impl))
{
// turn off the filename checking in boost.filesystem
using namespace boost::filesystem;
path::default_name_check(native);
assert(listen_port_range.first > 0);
assert(listen_port_range.first < listen_port_range.second);
#ifndef NDEBUG