diff --git a/src/gui/properties/trackerlist.cpp b/src/gui/properties/trackerlist.cpp index 6013463ab..70cf0e07f 100644 --- a/src/gui/properties/trackerlist.cpp +++ b/src/gui/properties/trackerlist.cpp @@ -474,7 +474,9 @@ void TrackerList::showTrackerListMenu(QPoint) { } #endif if (act == reannounceAct) { - properties->getCurrentTorrent()->forceReannounce(); + BitTorrent::TorrentHandle *h = properties->getCurrentTorrent(); + h->forceReannounce(); + h->forceDHTAnnounce(); return; } if (act == editAct) {