Browse Source

Merge pull request #8479 from thalieht/ratioLimitsCrash

Fix possible crash when using both share limits
adaptive-webui-19844
Vladimir Golovnev 7 years ago committed by GitHub
parent
commit
a65a70ab48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/base/bittorrent/session.cpp

1
src/base/bittorrent/session.cpp

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

Loading…
Cancel
Save