mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 05:02:31 +00:00
Fixed poll arguments.
This commit is contained in:
+1
-1
@@ -878,7 +878,7 @@ main(int argc, char** argv) {
|
||||
rak::priority_queue_perform(&taskScheduler, cachedTime);
|
||||
|
||||
// Do shutdown check before poll, not after.
|
||||
main_thread->poll_manager()->poll(client_next_timeout(control));
|
||||
main_thread->poll()->do_poll(client_next_timeout(control).usec());
|
||||
}
|
||||
|
||||
control->core()->download_list()->session_save();
|
||||
|
||||
Reference in New Issue
Block a user