refactor: remove callback from tr_torrentVerify() public API (#2592)

This commit is contained in:
Charles Kerr
2022-02-09 12:02:59 -06:00
committed by GitHub
parent afc41abbd3
commit 7bdb6f777b
9 changed files with 71 additions and 119 deletions

View File

@@ -320,7 +320,7 @@ int tr_main(int argc, char* argv[])
if (verify)
{
verify = false;
tr_torrentVerify(tor, nullptr, nullptr);
tr_torrentVerify(tor);
}
for (;;)