]> granicus.if.org Git - transmission/commitdiff
(libT) rename-test tracers
authorJordan Lee <jordan@transmissionbt.com>
Wed, 23 Jan 2013 22:43:16 +0000 (22:43 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Wed, 23 Jan 2013 22:43:16 +0000 (22:43 +0000)
libtransmission/torrent.c

index 47016914e9390d1d54e7e0eca5f1e7203990daa3..414a12593c4f3a1b91a4ff06933f0b119b265e5a 100644 (file)
@@ -1732,8 +1732,11 @@ verifyTorrent (void * vtor)
 void
 tr_torrentVerify (tr_torrent * tor)
 {
-    if (tr_isTorrent (tor))
-        tr_runInEventThread (tor->session, verifyTorrent, tor);
+  if (tr_isTorrent (tor))
+    {
+      tr_verifyRemove (tor);
+      tr_runInEventThread (tor->session, verifyTorrent, tor);
+    }
 }
 
 void