mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-18 08:02:29 +00:00
* Some commands were not using the new "log.tracker" name. Ticket #1888.
* Fixed crash on empty bitfield in 'd.bitfield'. * Fixes a file handle leak in the execute_capture functions. Patch by Josef Drexler. * Moved ThreadBase to ./src as ./src/utils caused linker problems due to core::PollManager::create_poll_manager(). git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1102 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ main(int argc, char** argv) {
|
||||
|
||||
control = new Control;
|
||||
|
||||
this_thread = new utils::ThreadBase();
|
||||
this_thread = new ThreadBase();
|
||||
this_thread->init_thread();
|
||||
|
||||
srandom(cachedTime.usec());
|
||||
|
||||
Reference in New Issue
Block a user