fixed problem with torrents that were paused not getting any upload slots or connection quota once the were unpaused
This commit is contained in:
@@ -1054,10 +1054,10 @@ namespace libtorrent { namespace detail
|
||||
}
|
||||
catch (std::exception& e)
|
||||
{
|
||||
#ifndef NDEBUG
|
||||
#ifndef NDEBUG
|
||||
std::cerr << e.what() << "\n";
|
||||
std::string err = e.what();
|
||||
#endif
|
||||
#endif
|
||||
assert(false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user