* Removed some global operator == for HashString, made them explicit.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@802 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-11-08 11:33:12 +00:00
parent b5cc7cff44
commit 6935c97e8f
+2 -1
View File
@@ -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");
}