Blob Blame History Raw
Index: qbittorrent-2.2.0beta3/src/bittorrent.cpp
===================================================================
--- qbittorrent-2.2.0beta3.orig/src/bittorrent.cpp	(revision 3555)
+++ qbittorrent-2.2.0beta3/src/bittorrent.cpp	(revision 3556)
@@ -994,10 +994,10 @@
               break;
             }
           }
-          if(!found) {
+          if(found) {
             trackers_added = true;
             announce_entry entry(tracker_url);
-            h.add_tracker(entry);
+            h_ex.add_tracker(entry);
           }
         }
         if(trackers_added) {