remove unnecessary assertion
This commit is contained in:
parent
66536e6816
commit
3cfbb199af
|
@ -360,8 +360,6 @@ torrentRealInit( tr_handle * h,
|
|||
tr_torrentUncheck( tor );
|
||||
loaded = tr_fastResumeLoad( tor, ~0, ctor );
|
||||
|
||||
assert( tor->destination != NULL );
|
||||
|
||||
doStart = tor->isRunning;
|
||||
tor->isRunning = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue