mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 07:10:12 -04:00
patch by AsamK to save finished/checking transfers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4948 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2edb61758b
commit
8b28fb2324
1 changed files with 6 additions and 2 deletions
|
@ -1970,8 +1970,12 @@ bool ftController::saveList(bool &cleanup, std::list<RsItem *>& saveData)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((fit->second)->mCreator->finished())
|
// Node: We still save finished transfers. This keeps transfers that are
|
||||||
continue;
|
// in checking mode. Finished or checked transfers will restart and
|
||||||
|
// immediately terminate/recheck at next startup.
|
||||||
|
//
|
||||||
|
// if ((fit->second)->mCreator->finished())
|
||||||
|
// continue;
|
||||||
|
|
||||||
/* make RsFileTransfer item for save list */
|
/* make RsFileTransfer item for save list */
|
||||||
RsFileTransfer *rft = new RsFileTransfer();
|
RsFileTransfer *rft = new RsFileTransfer();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue