diff --git a/libretroshare/src/ft/ftcontroller.cc b/libretroshare/src/ft/ftcontroller.cc index 0dc86834b..bf51d42b7 100644 --- a/libretroshare/src/ft/ftcontroller.cc +++ b/libretroshare/src/ft/ftcontroller.cc @@ -973,7 +973,9 @@ bool ftController::completeFile(std::string hash) rsFiles->ForceDirectoryCheck() ; } - IndicateConfigChanged(); /* completed transfer -> save */ + if(!(flags & RS_FILE_REQ_CACHE)) + IndicateConfigChanged(); /* completed transfer -> save config */ + return true; }