forward port set_allow_peers bugfix

This commit is contained in:
arvidn 2015-10-04 14:41:58 -04:00
parent 5c96a35a66
commit 8eded0a2a0
1 changed files with 1 additions and 1 deletions

View File

@ -9752,7 +9752,7 @@ namespace libtorrent
// there is one special case here. If we are
// currently in graceful pause mode, and we just turned into regular
// paused mode, we need to actually pause the torrent properly
if (m_allow_peers == false
if (m_allow_peers == true
&& m_graceful_pause_mode == true
&& graceful == false)
{