summaryrefslogtreecommitdiffstats
path: root/rtorrent-extended/dht_pex_static_map.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rtorrent-extended/dht_pex_static_map.patch')
-rw-r--r--rtorrent-extended/dht_pex_static_map.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/rtorrent-extended/dht_pex_static_map.patch b/rtorrent-extended/dht_pex_static_map.patch
deleted file mode 100644
index e302b4c..0000000
--- a/rtorrent-extended/dht_pex_static_map.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/core/view.cc b/src/core/view.cc
-index 8e2d997..f3b4f0d 100644
---- a/src/core/view.cc
-+++ b/src/core/view.cc
-@@ -90,6 +90,7 @@ struct view_downloads_filter : std::unary_function<Download*, bool> {
- case torrent::Object::TYPE_STRING: return !result.as_string().empty();
- case torrent::Object::TYPE_LIST: return !result.as_list().empty();
- case torrent::Object::TYPE_MAP: return !result.as_map().empty();
-+ case torrent::Object::TYPE_SSTRING:return !result.as_sstring().empty();
- }
-
- // The default filter action is to return true, to not filter