mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-24 14:23:36 -05:00
corrected missign return value
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3805 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b0756ff8c2
commit
4e2e8f72b3
@ -559,9 +559,7 @@ bool ftServer::InDirectoryCheck()
|
||||
|
||||
bool ftServer::CopyFile(const std::string& source, const std::string& dest)
|
||||
{
|
||||
|
||||
mFtController->copyFile(source, dest);
|
||||
|
||||
return mFtController->copyFile(source, dest);
|
||||
}
|
||||
|
||||
bool ftServer::getSharedDirectories(std::list<SharedDirInfo> &dirs)
|
||||
|
Loading…
Reference in New Issue
Block a user