(libT) rename-test tracers

This commit is contained in:
Jordan Lee 2013-01-23 22:43:16 +00:00
parent ee2e408288
commit e34be5e573
1 changed files with 5 additions and 2 deletions

View 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