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
commit a65a70ab48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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