diff --git a/libretroshare/src/ft/ftcontroller.cc b/libretroshare/src/ft/ftcontroller.cc index f5866177b..473b2f15a 100644 --- a/libretroshare/src/ft/ftcontroller.cc +++ b/libretroshare/src/ft/ftcontroller.cc @@ -174,6 +174,7 @@ void ftController::addFileSource(const std::string& hash,const std::string& peer if(it->first == hash) { it->second->mTransfer->addFileSource(peer_id); + setPeerState(it->second->mTransfer, peer_id, FT_CNTRL_STANDARD_RATE, mLinkMgr->isOnline( peer_id )); #ifdef CONTROL_DEBUG std::cerr << "... added." << std::endl ;