summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2011-05-29 18:09:04 -0700
committerAndrew Resch <andrewresch@gmail.com>2011-05-29 18:09:04 -0700
commit27cd89c4ad91206d69a290c47692488419c6ab36 (patch)
treeeed03deb0538d6b2f0b2cdcde63a865d863af95a
parentc4dbf017a57a3937855fc42b831c9a7dd6d04aa7 (diff)
downloaddeluge-27cd89c4ad91206d69a290c47692488419c6ab36.tar.gz
deluge-27cd89c4ad91206d69a290c47692488419c6ab36.tar.bz2
deluge-27cd89c4ad91206d69a290c47692488419c6ab36.zip
Remove setting the resume_data key to '' in the add_torrent_params as this causes libtorrent 0.16 to crash
-rw-r--r--deluge/core/torrentmanager.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py
index 54f183005..014bfad6d 100644
--- a/deluge/core/torrentmanager.py
+++ b/deluge/core/torrentmanager.py
@@ -423,7 +423,6 @@ class TorrentManager(component.Component):
torrent_info.rename_file(index, utf8_encoded(name))
add_torrent_params["ti"] = torrent_info
- add_torrent_params["resume_data"] = ""
#log.info("Adding torrent: %s", filename)
log.debug("options: %s", options)