From 6935c97e8f7eca49e732bf0ffc8797b1105204e1 Mon Sep 17 00:00:00 2001 From: rakshasa Date: Wed, 8 Nov 2006 11:33:12 +0000 Subject: [PATCH] * Removed some global operator == for HashString, made them explicit. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@802 e378c898-3ddf-0310-93e7-cc216c733640 --- src/core/download_factory.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); }