diff --git a/src/core/download_factory.cc b/src/core/download_factory.cc index a09b4072..fc3d1224 100644 --- a/src/core/download_factory.cc +++ b/src/core/download_factory.cc @@ -157,7 +157,8 @@ DownloadFactory::receive_success() { if (!m_session) { // We only allow session torrents to keep their - // 'rtorrent/libtorrent' sections. + // 'rtorrent/libtorrent' sections. The "fast_resume" section + // should be safe to keep. root->erase_key("rtorrent"); root->erase_key("libtorrent"); }