fixed missing torrent error state

This commit is contained in:
Arvid Norberg
2008-07-02 21:27:16 +00:00
parent 722e9e95e3
commit 66a7f98d84
2 changed files with 2 additions and 0 deletions

View File

@@ -2847,6 +2847,7 @@ namespace libtorrent
{
t->alerts().post_alert(file_error_alert(j.error_file, t->get_handle(), j.str));
}
t->set_error(j.str);
t->pause();
return;
}