DRY violation fixed

This commit is contained in:
dzmat 2016-11-18 23:04:04 +07:00
parent d73688bfd8
commit 4b18bb29a6

View file

@ -1882,9 +1882,7 @@ void Session::saveResumeData()
switch (a->type()) { switch (a->type()) {
case libt::save_resume_data_failed_alert::alert_type: case libt::save_resume_data_failed_alert::alert_type:
case libt::save_resume_data_alert::alert_type: case libt::save_resume_data_alert::alert_type:
TorrentHandle *torrent = m_torrents.take(static_cast<libt::torrent_alert *>(a)->handle.info_hash()); dispatchTorrentAlert(a);
if (torrent)
torrent->handleAlert(a);
break; break;
} }
#if LIBTORRENT_VERSION_NUM < 10100 #if LIBTORRENT_VERSION_NUM < 10100