(libT) rename-test tracers
This commit is contained in:
parent
ee2e408288
commit
e34be5e573
|
@ -1732,8 +1732,11 @@ verifyTorrent (void * vtor)
|
||||||
void
|
void
|
||||||
tr_torrentVerify (tr_torrent * tor)
|
tr_torrentVerify (tr_torrent * tor)
|
||||||
{
|
{
|
||||||
if (tr_isTorrent (tor))
|
if (tr_isTorrent (tor))
|
||||||
tr_runInEventThread (tor->session, verifyTorrent, tor);
|
{
|
||||||
|
tr_verifyRemove (tor);
|
||||||
|
tr_runInEventThread (tor->session, verifyTorrent, tor);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue