mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
lt sync 2824 - fix segfault when passing None to torrent_info()
This commit is contained in:
parent
41bedda10a
commit
d12019cbc4
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ void bind_torrent_info()
|
|||
.def(init<entry const&>())
|
||||
.def(init<sha1_hash const&>())
|
||||
.def(init<char const*, int>())
|
||||
.def(init<char const*>())
|
||||
|
||||
.def("add_tracker", &torrent_info::add_tracker, (arg("url"), arg("tier")=0))
|
||||
.def("add_url_seed", &torrent_info::add_url_seed)
|
||||
|
|
Loading…
Add table
Reference in a new issue