mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
refactor: remove callback from tr_torrentVerify() public API (#2592)
This commit is contained in:
@@ -320,7 +320,7 @@ int tr_main(int argc, char* argv[])
|
||||
if (verify)
|
||||
{
|
||||
verify = false;
|
||||
tr_torrentVerify(tor, nullptr, nullptr);
|
||||
tr_torrentVerify(tor);
|
||||
}
|
||||
|
||||
for (;;)
|
||||
|
||||
Reference in New Issue
Block a user