diff --git a/src/session_impl.cpp b/src/session_impl.cpp index 6cbd4a4c9..6ca5445cc 100755 --- a/src/session_impl.cpp +++ b/src/session_impl.cpp @@ -1281,7 +1281,7 @@ namespace aux { std::sort(seeds.begin(), seeds.end() , bind(&torrent::seed_rank, _1, boost::ref(m_settings)) - < bind(&torrent::seed_rank, _2, boost::ref(m_settings))); + > bind(&torrent::seed_rank, _2, boost::ref(m_settings))); } for (std::vector::iterator i = downloaders.begin()