Merge pull request #8479 from thalieht/ratioLimitsCrash

Fix possible crash when using both share limits
This commit is contained in:
Vladimir Golovnev
2018-02-24 14:11:09 +03:00
committed by GitHub

View File

@@ -1788,6 +1788,7 @@ void Session::processShareLimits()
torrent->pause(); torrent->pause();
logger->addMessage(tr("'%1' reached the maximum ratio you set. Paused.").arg(torrent->name())); logger->addMessage(tr("'%1' reached the maximum ratio you set. Paused.").arg(torrent->name()));
} }
continue;
} }
} }
} }