diff --git a/src/session_impl.cpp b/src/session_impl.cpp index 4ac264efe..5f60bf153 100644 --- a/src/session_impl.cpp +++ b/src/session_impl.cpp @@ -3346,7 +3346,7 @@ namespace aux { ++error_torrents; dq.clear(); - i->second->get_download_queue(dq); + i->second->get_download_queue(&dq); for (std::vector::iterator j = dq.begin() , end(dq.end()); j != end; ++j) {